#include "__xtd_std_version.h"
Contains xtd::as method.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Functions | |
template<> | |
string | xtd::as< string > (std::any value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (bool value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (xtd::byte value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (char value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (char8 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (char16 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (char32 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (wchar value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (decimal value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (double value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (float value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int16 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int16 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int32 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int32 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int64 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int64 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (slong value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (slong value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (sbyte value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (sbyte value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint16 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint16 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint32 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint32 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint64 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint64 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (xtd::ulong value, xtd::byte from_base) |
Casts a type into another type. | |