Represents API to convert base type code.
Public Static Methods | |
static std::any | to_any (std::any value) noexcept |
Convert std::any to std::any. | |
static std::any | to_any (bool value) noexcept |
Convert bool to std::any. | |
static std::any | to_any (xtd::byte value) noexcept |
Convert xtd::byte to std::any. | |
static std::any | to_any (char value) noexcept |
Convert char to std::any. | |
static std::any | to_any (char8 value) |
Convert char8 to std::any. | |
static std::any | to_any (char16 value) noexcept |
Convert char16 to std::any. | |
static std::any | to_any (char32 value) noexcept |
Convert char32 to std::any. | |
static std::any | to_any (wchar value) noexcept |
Convert wchar to std::any. | |
static std::any | to_any (decimal value) noexcept |
Convert decimal to std::any. | |
static std::any | to_any (double value) noexcept |
Convert double to std::any. | |
static std::any | to_any (float value) noexcept |
Convert float to std::any. | |
static std::any | to_any (int16 value) noexcept |
Convert int16 to std::any. | |
static std::any | to_any (int32 value) noexcept |
Convert int32 to std::any. | |
static std::any | to_any (int64 value) noexcept |
Convert int64 to std::any. | |
static std::any | to_any (slong value) noexcept |
Convert slong to std::any. | |
static std::any | to_any (sbyte value) noexcept |
Convert sbyte to std::any. | |
static std::any | to_any (uint16 value) noexcept |
Convert uint16 to std::any. | |
static std::any | to_any (uint32 value) noexcept |
Convert uint32 to std::any. | |
static std::any | to_any (uint64 value) noexcept |
Convert uint64 to std::any. | |
static std::any | to_any (xtd::ulong value) noexcept |
Convert slong to std::any. | |
static std::any | to_any (const xtd::string &value) noexcept |
Convert string to std::any. | |
template<typename type_t > | |
static std::any | to_any (type_t value) |
Convert type_t to bool. | |
static bool | to_boolean (std::any value) |
Convert std::any to bool. | |
static bool | to_boolean (bool value) noexcept |
Convert bool to bool. | |
static bool | to_boolean (xtd::byte value) noexcept |
Convert xtd::byte to bool. | |
static bool | to_boolean (char value) |
Convert char to bool. | |
static bool | to_boolean (char8 value) |
Convert char8 to bool. | |
static bool | to_boolean (char16 value) |
Convert char16 to bool. | |
static bool | to_boolean (char32 value) |
Convert char32 to bool. | |
static bool | to_boolean (wchar value) |
Convert wchar to bool. | |
static bool | to_boolean (decimal value) noexcept |
Convert decimal to bool. | |
static bool | to_boolean (double value) noexcept |
Convert double to bool. | |
static bool | to_boolean (float value) noexcept |
Convert float to bool. | |
static bool | to_boolean (int16 value) noexcept |
Convert int16 to bool. | |
static bool | to_boolean (int32 value) noexcept |
Convert int32 to bool. | |
static bool | to_boolean (int64 value) noexcept |
Convert int64 to bool. | |
static bool | to_boolean (slong value) noexcept |
Convert slong to bool. | |
static bool | to_boolean (sbyte value) noexcept |
Convert sbyte to bool. | |
static bool | to_boolean (uint16 value) noexcept |
Convert uint16 to bool. | |
static bool | to_boolean (uint32 value) noexcept |
Convert uint32 to bool. | |
static bool | to_boolean (uint64 value) noexcept |
Convert uint64 to bool. | |
static bool | to_boolean (xtd::ulong value) noexcept |
Convert slong to bool. | |
static bool | to_boolean (const xtd::string &value) |
Convert string to bool. | |
template<typename type_t > | |
static bool | to_boolean (type_t value) noexcept |
Convert type_t to bool. | |
static xtd::byte | to_byte (std::any value) |
Convert std::any to byte. | |
static xtd::byte | to_byte (bool value) noexcept |
Convert bool to byte. | |
static xtd::byte | to_byte (xtd::byte value) noexcept |
Convert xtd::byte to byte. | |
static xtd::byte | to_byte (char value) noexcept |
Convert char to byte. | |
static xtd::byte | to_byte (char8 value) noexcept |
Convert char8 to byte. | |
static xtd::byte | to_byte (char16 value) |
Convert char16 to byte. | |
static xtd::byte | to_byte (char32 value) |
Convert char32 to byte. | |
static xtd::byte | to_byte (wchar value) |
Convert char32 to byte. | |
static xtd::byte | to_byte (decimal value) |
Convert decimal to byte. | |
static xtd::byte | to_byte (double value) |
Convert double to byte. | |
static xtd::byte | to_byte (float value) |
Convert float to byte. | |
static xtd::byte | to_byte (int16 value) |
Convert int16 to byte. | |
static xtd::byte | to_byte (int32 value) |
Convert int32 to byte. | |
static xtd::byte | to_byte (int64 value) |
Convert int64 to byte. | |
static xtd::byte | to_byte (slong value) |
Convert slong to byte. | |
static xtd::byte | to_byte (sbyte value) |
Convert sbyte to byte. | |
static xtd::byte | to_byte (uint16 value) |
Convert uint16 to byte. | |
static xtd::byte | to_byte (uint32 value) |
Convert uint32 to byte. | |
static xtd::byte | to_byte (uint64 value) |
Convert uint64 to byte. | |
static xtd::byte | to_byte (xtd::ulong value) |
Convert slong to byte. | |
static xtd::byte | to_byte (const xtd::string &value) |
Convert string to byte. | |
static xtd::byte | to_byte (const xtd::string &value, xtd::byte from_base) |
Convert string to byte. | |
template<typename type_t > | |
static xtd::byte | to_byte (type_t value) noexcept |
Convert type_t to byte. | |
static char | to_char (std::any value) |
Convert std::any to char. | |
static char | to_char (bool value) |
Convert bool to char. | |
static char | to_char (xtd::byte value) noexcept |
Convert xtd::byte to char. | |
static char | to_char (char value) noexcept |
Convert char to char. | |
static char | to_char (char8 value) noexcept |
Convert char8 to char. | |
static char | to_char (char16 value) |
Convert char16 to char. | |
static char | to_char (char32 value) |
Convert char32 to char. | |
static char | to_char (wchar value) |
Convert char32 to char. | |
static char | to_char (decimal value) |
Convert decimal to char. | |
static char | to_char (double value) |
Convert double to char. | |
static char | to_char (float value) |
Convert float to char. | |
static char | to_char (int16 value) |
Convert int16 to char. | |
static char | to_char (int32 value) |
Convert int32 to char. | |
static char | to_char (int64 value) |
Convert int64 to char. | |
static char | to_char (slong value) |
Convert slong to char. | |
static char | to_char (sbyte value) |
Convert sbyte to char. | |
static char | to_char (uint16 value) |
Convert uint16 to char. | |
static char | to_char (uint32 value) |
Convert uint32 to char. | |
static char | to_char (uint64 value) |
Convert uint64 to char. | |
static char | to_char (xtd::ulong value) |
Convert slong to char. | |
static char | to_char (const xtd::string &value) |
Convert string to char. | |
template<typename type_t > | |
static char | to_char (type_t value) noexcept |
Convert type_t to char. | |
static char8 | to_char8 (std::any value) |
Convert std::any to char8. | |
static char8 | to_char8 (bool value) |
Convert bool to char8. | |
static char8 | to_char8 (xtd::byte value) noexcept |
Convert xtd::byte to char8. | |
static char8 | to_char8 (char value) noexcept |
Convert char to char8. | |
static char8 | to_char8 (char8 value) noexcept |
Convert char8 to char8. | |
static char8 | to_char8 (char16 value) |
Convert char16 to char8. | |
static char8 | to_char8 (char32 value) |
Convert char32 to char8. | |
static char8 | to_char8 (wchar value) |
Convert char32 to char8. | |
static char8 | to_char8 (decimal value) |
Convert decimal to char8. | |
static char8 | to_char8 (double value) |
Convert double to char8. | |
static char8 | to_char8 (float value) |
Convert float to char8. | |
static char8 | to_char8 (int16 value) |
Convert int16 to char8. | |
static char8 | to_char8 (int32 value) |
Convert int32 to char8. | |
static char8 | to_char8 (int64 value) |
Convert int64 to char8. | |
static char8 | to_char8 (slong value) |
Convert slong to char8. | |
static char8 | to_char8 (sbyte value) |
Convert sbyte to char8. | |
static char8 | to_char8 (uint16 value) |
Convert uint16 to char8. | |
static char8 | to_char8 (uint32 value) |
Convert uint32 to char8. | |
static char8 | to_char8 (uint64 value) |
Convert uint64 to char8. | |
static char8 | to_char8 (xtd::ulong value) |
Convert slong to char8. | |
static char8 | to_char8 (const xtd::string &value) |
Convert string to char8. | |
template<typename type_t > | |
static char8 | to_char8 (type_t value) noexcept |
Convert type_t to char8. | |
static char16 | to_char16 (std::any value) |
Convert std::any to char16. | |
static char16 | to_char16 (bool value) |
Convert bool to char16. | |
static char16 | to_char16 (xtd::byte value) noexcept |
Convert xtd::byte to char16. | |
static char16 | to_char16 (char value) noexcept |
Convert char to char16. | |
static char16 | to_char16 (char8 value) noexcept |
Convert char8 to char16. | |
static char16 | to_char16 (char16 value) noexcept |
Convert char16 to char16. | |
static char16 | to_char16 (char32 value) |
Convert char32 to char16. | |
static char16 | to_char16 (wchar value) noexcept |
Convert char32 to char16. | |
static char16 | to_char16 (decimal value) |
Convert decimal to char16. | |
static char16 | to_char16 (double value) |
Convert double to char16. | |
static char16 | to_char16 (float value) |
Convert float to char16. | |
static char16 | to_char16 (int16 value) |
Convert int16 to char16. | |
static char16 | to_char16 (int32 value) |
Convert int32 to char16. | |
static char16 | to_char16 (int64 value) |
Convert int64 to char16. | |
static char16 | to_char16 (slong value) |
Convert slong to char16. | |
static char16 | to_char16 (sbyte value) |
Convert sbyte to char16. | |
static char16 | to_char16 (uint16 value) noexcept |
Convert uint16 to char16. | |
static char16 | to_char16 (uint32 value) |
Convert uint32 to char16. | |
static char16 | to_char16 (uint64 value) |
Convert uint64 to char16. | |
static char16 | to_char16 (xtd::ulong value) |
Convert slong to char16. | |
static char16 | to_char16 (const xtd::string &value) |
Convert string to char16. | |
template<typename type_t > | |
static char16 | to_char16 (type_t value) noexcept |
Convert type_t to char16. | |
static char32 | to_char32 (std::any value) |
Convert std::any to char32. | |
static char32 | to_char32 (bool value) |
Convert bool to char32. | |
static char32 | to_char32 (xtd::byte value) noexcept |
Convert xtd::byte to char32. | |
static char32 | to_char32 (char value) noexcept |
Convert char to char32. | |
static char32 | to_char32 (char8 value) noexcept |
Convert char8 to char32. | |
static char32 | to_char32 (char16 value) noexcept |
Convert char16 to char32. | |
static char32 | to_char32 (char32 value) noexcept |
Convert char32 to char32. | |
static char32 | to_char32 (wchar value) noexcept |
Convert char32 to char32. | |
static char32 | to_char32 (decimal value) |
Convert decimal to char32. | |
static char32 | to_char32 (double value) |
Convert double to char32. | |
static char32 | to_char32 (float value) |
Convert float to char32. | |
static char32 | to_char32 (int16 value) |
Convert int16 to char32. | |
static char32 | to_char32 (int32 value) |
Convert int32 to char32. | |
static char32 | to_char32 (int64 value) |
Convert int64 to char32. | |
static char32 | to_char32 (slong value) |
Convert slong to char32. | |
static char32 | to_char32 (sbyte value) |
Convert sbyte to char32. | |
static char32 | to_char32 (uint16 value) noexcept |
Convert uint16 to char32. | |
static char32 | to_char32 (uint32 value) noexcept |
Convert uint32 to char32. | |
static char32 | to_char32 (uint64 value) |
Convert uint64 to char32. | |
static char32 | to_char32 (xtd::ulong value) |
Convert slong to char32. | |
static char32 | to_char32 (const xtd::string &value) |
Convert string to char32. | |
template<typename type_t > | |
static char32 | to_char32 (type_t value) noexcept |
Convert type_t to char32. | |
static wchar | to_wchar (std::any value) |
Convert std::any to wchar. | |
static wchar | to_wchar (bool value) |
Convert bool to wchar. | |
static wchar | to_wchar (xtd::byte value) noexcept |
Convert xtd::byte to wchar. | |
static wchar | to_wchar (char value) noexcept |
Convert char to wchar. | |
static wchar | to_wchar (char8 value) noexcept |
Convert char8 to wchar. | |
static wchar | to_wchar (char16 value) noexcept |
Convert char16 to wchar. | |
static wchar | to_wchar (char32 value) |
Convert char32 to wchar. | |
static wchar | to_wchar (wchar value) noexcept |
Convert char32 to wchar. | |
static wchar | to_wchar (decimal value) |
Convert decimal to wchar. | |
static wchar | to_wchar (double value) |
Convert double to wchar. | |
static wchar | to_wchar (float value) |
Convert float to wchar. | |
static wchar | to_wchar (int16 value) |
Convert int16 to wchar. | |
static wchar | to_wchar (int32 value) |
Convert int32 to wchar. | |
static wchar | to_wchar (int64 value) |
Convert int64 to wchar. | |
static wchar | to_wchar (slong value) |
Convert slong to wchar. | |
static wchar | to_wchar (sbyte value) |
Convert sbyte to wchar. | |
static wchar | to_wchar (uint16 value) noexcept |
Convert uint16 to wchar. | |
static wchar | to_wchar (uint32 value) |
Convert uint32 to wchar. | |
static wchar | to_wchar (uint64 value) |
Convert uint64 to wchar. | |
static wchar | to_wchar (xtd::ulong value) |
Convert slong to wchar. | |
static wchar | to_wchar (const xtd::string &value) |
Convert string to wchar. | |
template<typename type_t > | |
static wchar | to_wchar (type_t value) noexcept |
Convert type_t to wchar. | |
static decimal | to_decimal (std::any value) |
Convert std::any to decimal. | |
static decimal | to_decimal (bool value) noexcept |
Convert bool to decimal. | |
static decimal | to_decimal (xtd::byte value) noexcept |
Convert xtd::byte to decimal. | |
static decimal | to_decimal (char value) noexcept |
Convert char to decimal. | |
static decimal | to_decimal (char8 value) noexcept |
Convert char8 to decimal. | |
static decimal | to_decimal (char16 value) noexcept |
Convert char16 to decimal. | |
static decimal | to_decimal (char32 value) noexcept |
Convert char32 to decimal. | |
static decimal | to_decimal (wchar value) noexcept |
Convert char32 to decimal. | |
static decimal | to_decimal (decimal value) noexcept |
Convert decimal to decimal. | |
static decimal | to_decimal (double value) noexcept |
Convert double to decimal. | |
static decimal | to_decimal (float value) noexcept |
Convert float to decimal. | |
static decimal | to_decimal (int16 value) noexcept |
Convert int16 to decimal. | |
static decimal | to_decimal (int32 value) noexcept |
Convert int32 to decimal. | |
static decimal | to_decimal (int64 value) noexcept |
Convert int64 to decimal. | |
static decimal | to_decimal (slong value) noexcept |
Convert slong to decimal. | |
static decimal | to_decimal (sbyte value) noexcept |
Convert sbyte to decimal. | |
static decimal | to_decimal (uint16 value) noexcept |
Convert uint16 to decimal. | |
static decimal | to_decimal (uint32 value) noexcept |
Convert uint32 to decimal. | |
static decimal | to_decimal (uint64 value) noexcept |
Convert uint64 to decimal. | |
static decimal | to_decimal (xtd::ulong value) noexcept |
Convert slong to decimal. | |
static decimal | to_decimal (const xtd::string &value) |
Convert string to decimal. | |
template<typename type_t > | |
static decimal | to_decimal (type_t value) noexcept |
Convert type_t to decimal. | |
static double | to_double (std::any value) |
Convert std::any to double. | |
static double | to_double (bool value) noexcept |
Convert bool to double. | |
static double | to_double (xtd::byte value) noexcept |
Convert xtd::byte to double. | |
static double | to_double (char value) noexcept |
Convert char to double. | |
static double | to_double (char8 value) noexcept |
Convert char8 to double. | |
static double | to_double (char16 value) noexcept |
Convert char16 to double. | |
static double | to_double (char32 value) noexcept |
Convert char32 to double. | |
static double | to_double (wchar value) noexcept |
Convert char32 to double. | |
static double | to_double (decimal value) noexcept |
Convert decimal to double. | |
static double | to_double (double value) noexcept |
Convert double to double. | |
static double | to_double (float value) noexcept |
Convert float to double. | |
static double | to_double (int16 value) noexcept |
Convert int16 to double. | |
static double | to_double (int32 value) noexcept |
Convert int32 to double. | |
static double | to_double (int64 value) noexcept |
Convert int64 to double. | |
static double | to_double (slong value) noexcept |
Convert slong to double. | |
static double | to_double (sbyte value) noexcept |
Convert sbyte to double. | |
static double | to_double (uint16 value) noexcept |
Convert uint16 to double. | |
static double | to_double (uint32 value) noexcept |
Convert uint32 to double. | |
static double | to_double (uint64 value) noexcept |
Convert uint64 to double. | |
static double | to_double (xtd::ulong value) noexcept |
Convert slong to double. | |
static double | to_double (const xtd::string &value) |
Convert string to double. | |
template<typename type_t > | |
static double | to_double (type_t value) noexcept |
Convert type_t to double. | |
static float | to_single (std::any value) |
Convert std::any to single. | |
static float | to_single (bool value) noexcept |
Convert bool to single. | |
static float | to_single (xtd::byte value) noexcept |
Convert xtd::byte to single. | |
static float | to_single (char value) noexcept |
Convert char to single. | |
static float | to_single (char8 value) noexcept |
Convert char8 to single. | |
static float | to_single (char16 value) noexcept |
Convert char16 to single. | |
static float | to_single (char32 value) noexcept |
Convert char32 to single. | |
static float | to_single (wchar value) noexcept |
Convert char32 to single. | |
static float | to_single (decimal value) noexcept |
Convert decimal to single. | |
static float | to_single (double value) noexcept |
Convert double to single. | |
static float | to_single (float value) noexcept |
Convert float to single. | |
static float | to_single (int16 value) noexcept |
Convert int16 to single. | |
static float | to_single (int32 value) noexcept |
Convert int32 to single. | |
static float | to_single (int64 value) noexcept |
Convert int64 to single. | |
static float | to_single (slong value) noexcept |
Convert slong to single. | |
static float | to_single (sbyte value) noexcept |
Convert sbyte to single. | |
static float | to_single (uint16 value) noexcept |
Convert uint16 to single. | |
static float | to_single (uint32 value) noexcept |
Convert uint32 to single. | |
static float | to_single (uint64 value) noexcept |
Convert uint64 to single. | |
static float | to_single (xtd::ulong value) noexcept |
Convert slong to single. | |
static float | to_single (const xtd::string &value) |
Convert string to single. | |
template<typename type_t > | |
static float | to_single (type_t value) noexcept |
Convert type_t to single. | |
static int16 | to_int16 (std::any value) |
Convert std::any to int16. | |
static int16 | to_int16 (bool value) noexcept |
Convert bool to int16. | |
static int16 | to_int16 (xtd::byte value) noexcept |
Convert xtd::byte to int16. | |
static int16 | to_int16 (char value) noexcept |
Convert char to int16. | |
static int16 | to_int16 (char8 value) noexcept |
Convert char8 to int16. | |
static int16 | to_int16 (char16 value) noexcept |
Convert char16 to int16. | |
static int16 | to_int16 (char32 value) |
Convert char32 to int16. | |
static int16 | to_int16 (wchar value) noexcept |
Convert char32 to int16. | |
static int16 | to_int16 (decimal value) |
Convert decimal to int16. | |
static int16 | to_int16 (double value) |
Convert double to int16. | |
static int16 | to_int16 (float value) |
Convert float to int16. | |
static int16 | to_int16 (int16 value) noexcept |
Convert int16 to int16. | |
static int16 | to_int16 (int32 value) |
Convert int32 to int16. | |
static int16 | to_int16 (int64 value) |
Convert int64 to int16. | |
static int16 | to_int16 (slong value) |
Convert slong to int16. | |
static int16 | to_int16 (sbyte value) noexcept |
Convert sbyte to int16. | |
static int16 | to_int16 (uint16 value) |
Convert uint16 to int16. | |
static int16 | to_int16 (uint32 value) |
Convert uint32 to int16. | |
static int16 | to_int16 (uint64 value) |
Convert uint64 to int16. | |
static int16 | to_int16 (xtd::ulong value) |
Convert slong to int16. | |
static int16 | to_int16 (const xtd::string &value) |
Convert string to int16. | |
static int16 | to_int16 (const xtd::string &value, xtd::byte from_base) |
Convert string to int16. | |
template<typename type_t > | |
static int16 | to_int16 (type_t value) noexcept |
Convert type_t to int16. | |
static int32 | to_int32 (std::any value) |
Convert std::any to int32. | |
static int32 | to_int32 (bool value) noexcept |
Convert bool to int32. | |
static int32 | to_int32 (xtd::byte value) noexcept |
Convert xtd::byte to int32. | |
static int32 | to_int32 (char value) noexcept |
Convert char to int32. | |
static int32 | to_int32 (char8 value) noexcept |
Convert char8 to int32. | |
static int32 | to_int32 (char16 value) noexcept |
Convert char16 to int32. | |
static int32 | to_int32 (char32 value) noexcept |
Convert char32 to int32. | |
static int32 | to_int32 (wchar value) noexcept |
Convert char32 to int32. | |
static int32 | to_int32 (decimal value) |
Convert decimal to int32. | |
static int32 | to_int32 (double value) |
Convert double to int32. | |
static int32 | to_int32 (float value) noexcept |
Convert float to int32. | |
static int32 | to_int32 (int16 value) noexcept |
Convert int16 to int32. | |
static int32 | to_int32 (int32 value) noexcept |
Convert int32 to int32. | |
static int32 | to_int32 (int64 value) |
Convert int64 to int32. | |
static int32 | to_int32 (slong value) |
Convert slong to int32. | |
static int32 | to_int32 (sbyte value) noexcept |
Convert sbyte to int32. | |
static int32 | to_int32 (uint16 value) noexcept |
Convert uint16 to int32. | |
static int32 | to_int32 (uint32 value) |
Convert uint32 to int32. | |
static int32 | to_int32 (uint64 value) |
Convert uint64 to int32. | |
static int32 | to_int32 (xtd::ulong value) |
Convert slong to int32. | |
static int32 | to_int32 (const xtd::string &value) |
Convert string to int32. | |
static int32 | to_int32 (const xtd::string &value, xtd::byte from_base) |
Convert string to int32. | |
template<typename type_t > | |
static int32 | to_int32 (type_t value) noexcept |
Convert type_t to int32. | |
static int64 | to_int64 (std::any value) |
Convert std::any to int64. | |
static int64 | to_int64 (bool value) noexcept |
Convert bool to int64. | |
static int64 | to_int64 (xtd::byte value) noexcept |
Convert xtd::byte to int64. | |
static int64 | to_int64 (char value) noexcept |
Convert char to int64. | |
static int64 | to_int64 (char8 value) noexcept |
Convert char8 to int64. | |
static int64 | to_int64 (char16 value) noexcept |
Convert char16 to int64. | |
static int64 | to_int64 (char32 value) noexcept |
Convert char32 to int64. | |
static int64 | to_int64 (wchar value) noexcept |
Convert char32 to int64. | |
static int64 | to_int64 (decimal value) noexcept |
Convert decimal to int64. | |
static int64 | to_int64 (double value) noexcept |
Convert double to int64. | |
static int64 | to_int64 (float value) noexcept |
Convert float to int64. | |
static int64 | to_int64 (int16 value) noexcept |
Convert int16 to int64. | |
static int64 | to_int64 (int32 value) noexcept |
Convert int32 to int64. | |
static int64 | to_int64 (int64 value) noexcept |
Convert int64 to int64. | |
static int64 | to_int64 (slong value) noexcept |
Convert slong to int64. | |
static int64 | to_int64 (sbyte value) noexcept |
Convert sbyte to int64. | |
static int64 | to_int64 (uint16 value) noexcept |
Convert uint16 to int64. | |
static int64 | to_int64 (uint32 value) noexcept |
Convert uint32 to int64. | |
static int64 | to_int64 (uint64 value) |
Convert uint64 to int64. | |
static int64 | to_int64 (xtd::ulong value) |
Convert slong to int64. | |
static int64 | to_int64 (const xtd::string &value) |
Convert string to int64. | |
static int64 | to_int64 (const xtd::string &value, xtd::byte from_base) |
Convert string to int64. | |
template<typename type_t > | |
static int64 | to_int64 (type_t value) noexcept |
Convert type_t to int64. | |
static slong | to_llong (std::any value) |
Convert std::any to slong. | |
static slong | to_llong (bool value) noexcept |
Convert bool to slong. | |
static slong | to_llong (xtd::byte value) noexcept |
Convert xtd::byte to slong. | |
static slong | to_llong (char value) noexcept |
Convert char to slong. | |
static slong | to_llong (char8 value) noexcept |
Convert char8 to slong. | |
static slong | to_llong (char16 value) noexcept |
Convert char16 to slong. | |
static slong | to_llong (char32 value) noexcept |
Convert char32 to slong. | |
static slong | to_llong (wchar value) noexcept |
Convert char32 to slong. | |
static slong | to_llong (decimal value) noexcept |
Convert decimal to slong. | |
static slong | to_llong (double value) noexcept |
Convert double to slong. | |
static slong | to_llong (float value) noexcept |
Convert float to slong. | |
static slong | to_llong (int16 value) noexcept |
Convert int16 to slong. | |
static slong | to_llong (int32 value) noexcept |
Convert int32 to slong. | |
static slong | to_llong (int64 value) noexcept |
Convert int64 to slong. | |
static slong | to_llong (slong value) noexcept |
Convert slong to slong. | |
static slong | to_llong (sbyte value) noexcept |
Convert sbyte to slong. | |
static slong | to_llong (uint16 value) noexcept |
Convert uint16 to slong. | |
static slong | to_llong (uint32 value) noexcept |
Convert uint32 to slong. | |
static slong | to_llong (uint64 value) |
Convert uint64 to slong. | |
static slong | to_llong (xtd::ulong value) |
Convert slong to slong. | |
static slong | to_llong (const xtd::string &value) |
Convert string to slong. | |
static slong | to_llong (const xtd::string &value, xtd::byte from_base) |
Convert string to slong. | |
template<typename type_t > | |
static slong | to_llong (type_t value) noexcept |
Convert type_t to slong. | |
static sbyte | to_sbyte (std::any value) |
Convert std::any to sbyte. | |
static sbyte | to_sbyte (bool value) noexcept |
Convert bool to sbyte. | |
static sbyte | to_sbyte (xtd::byte value) noexcept |
Convert xtd::byte to sbyte. | |
static sbyte | to_sbyte (char value) noexcept |
Convert char to sbyte. | |
static sbyte | to_sbyte (char8 value) noexcept |
Convert char8 to sbyte. | |
static sbyte | to_sbyte (char16 value) |
Convert char16 to sbyte. | |
static sbyte | to_sbyte (char32 value) |
Convert char32 to sbyte. | |
static sbyte | to_sbyte (wchar value) |
Convert char32 to sbyte. | |
static sbyte | to_sbyte (decimal value) |
Convert decimal to sbyte. | |
static sbyte | to_sbyte (double value) |
Convert double to sbyte. | |
static sbyte | to_sbyte (float value) |
Convert float to sbyte. | |
static sbyte | to_sbyte (int16 value) |
Convert int16 to sbyte. | |
static sbyte | to_sbyte (int32 value) |
Convert int32 to sbyte. | |
static sbyte | to_sbyte (int64 value) |
Convert int64 to sbyte. | |
static sbyte | to_sbyte (slong value) |
Convert slong to sbyte. | |
static sbyte | to_sbyte (sbyte value) |
Convert sbyte to sbyte. | |
static sbyte | to_sbyte (uint16 value) |
Convert uint16 to sbyte. | |
static sbyte | to_sbyte (uint32 value) |
Convert uint32 to sbyte. | |
static sbyte | to_sbyte (uint64 value) |
Convert uint64 to sbyte. | |
static sbyte | to_sbyte (xtd::ulong value) |
Convert slong to sbyte. | |
static sbyte | to_sbyte (const xtd::string &value) |
Convert string to sbyte. | |
static sbyte | to_sbyte (const xtd::string &value, xtd::byte from_base) |
Convert string to sbyte. | |
template<typename type_t > | |
static sbyte | to_sbyte (type_t value) noexcept |
Convert type_t to sbyte. | |
static uint16 | to_uint16 (std::any value) |
Convert std::any to uint16. | |
static uint16 | to_uint16 (bool value) noexcept |
Convert bool to uint16. | |
static uint16 | to_uint16 (xtd::byte value) noexcept |
Convert xtd::byte to uint16. | |
static uint16 | to_uint16 (char value) noexcept |
Convert char to uint16. | |
static uint16 | to_uint16 (char8 value) noexcept |
Convert char8 to uint16. | |
static uint16 | to_uint16 (char16 value) noexcept |
Convert char16 to uint16. | |
static uint16 | to_uint16 (char32 value) |
Convert char32 to uint16. | |
static uint16 | to_uint16 (wchar value) noexcept |
Convert char32 to uint16. | |
static uint16 | to_uint16 (decimal value) |
Convert decimal to uint16. | |
static uint16 | to_uint16 (double value) |
Convert double to uint16. | |
static uint16 | to_uint16 (float value) |
Convert float to uint16. | |
static uint16 | to_uint16 (int16 value) |
Convert int16 to uint16. | |
static uint16 | to_uint16 (int32 value) |
Convert int32 to uint16. | |
static uint16 | to_uint16 (int64 value) |
Convert int64 to uint16. | |
static uint16 | to_uint16 (slong value) |
Convert slong to uint16. | |
static uint16 | to_uint16 (sbyte value) |
Convert sbyte to uint16. | |
static uint16 | to_uint16 (uint16 value) noexcept |
Convert uint16 to uint16. | |
static uint16 | to_uint16 (uint32 value) |
Convert uint32 to uint16. | |
static uint16 | to_uint16 (uint64 value) |
Convert uint64 to uint16. | |
static uint16 | to_uint16 (xtd::ulong value) |
Convert slong to uint16. | |
static uint16 | to_uint16 (const xtd::string &value) |
Convert string to uint16. | |
static uint16 | to_uint16 (const xtd::string &value, xtd::byte from_base) |
Convert string to uint16. | |
template<typename type_t > | |
static uint16 | to_uint16 (type_t value) noexcept |
Convert type_t to uint16. | |
static uint32 | to_uint32 (std::any value) |
Convert std::any to uint32. | |
static uint32 | to_uint32 (bool value) noexcept |
Convert bool to uint32. | |
static uint32 | to_uint32 (xtd::byte value) noexcept |
Convert xtd::byte to uint32. | |
static uint32 | to_uint32 (char value) noexcept |
Convert char to uint32. | |
static uint32 | to_uint32 (char8 value) noexcept |
Convert char8 to uint32. | |
static uint32 | to_uint32 (char16 value) noexcept |
Convert char16 to uint32. | |
static uint32 | to_uint32 (char32 value) noexcept |
Convert char32 to uint32. | |
static uint32 | to_uint32 (wchar value) noexcept |
Convert char32 to uint32. | |
static uint32 | to_uint32 (decimal value) |
Convert decimal to uint32. | |
static uint32 | to_uint32 (double value) |
Convert double to uint32. | |
static uint32 | to_uint32 (float value) |
Convert float to uint32. | |
static uint32 | to_uint32 (int16 value) |
Convert int16 to uint32. | |
static uint32 | to_uint32 (int32 value) |
Convert int32 to uint32. | |
static uint32 | to_uint32 (int64 value) |
Convert int64 to uint32. | |
static uint32 | to_uint32 (slong value) |
Convert slong to uint32. | |
static uint32 | to_uint32 (sbyte value) |
Convert sbyte to uint32. | |
static uint32 | to_uint32 (uint16 value) noexcept |
Convert uint16 to uint32. | |
static uint32 | to_uint32 (uint32 value) noexcept |
Convert uint32 to uint32. | |
static uint32 | to_uint32 (uint64 value) |
Convert uint64 to uint32. | |
static uint32 | to_uint32 (xtd::ulong value) |
Convert slong to uint32. | |
static uint32 | to_uint32 (const xtd::string &value) |
Convert string to uint32. | |
static uint32 | to_uint32 (const xtd::string &value, xtd::byte from_base) |
Convert string to uint32. | |
template<typename type_t > | |
static uint32 | to_uint32 (type_t value) noexcept |
Convert type_t to uint32. | |
static uint64 | to_uint64 (std::any value) |
Convert std::any to uint64. | |
static uint64 | to_uint64 (bool value) noexcept |
Convert bool to uint64. | |
static uint64 | to_uint64 (xtd::byte value) noexcept |
Convert xtd::byte to uint64. | |
static uint64 | to_uint64 (char value) noexcept |
Convert char to uint64. | |
static uint64 | to_uint64 (char8 value) noexcept |
Convert char8 to uint64. | |
static uint64 | to_uint64 (char16 value) noexcept |
Convert char16 to uint64. | |
static uint64 | to_uint64 (char32 value) noexcept |
Convert char32 to uint64. | |
static uint64 | to_uint64 (wchar value) noexcept |
Convert char32 to uint64. | |
static uint64 | to_uint64 (decimal value) |
Convert decimal to uint64. | |
static uint64 | to_uint64 (double value) |
Convert double to uint64. | |
static uint64 | to_uint64 (float value) |
Convert float to uint64. | |
static uint64 | to_uint64 (int16 value) |
Convert int16 to uint64. | |
static uint64 | to_uint64 (int32 value) |
Convert int32 to uint64. | |
static uint64 | to_uint64 (int64 value) |
Convert int64 to uint64. | |
static uint64 | to_uint64 (slong value) |
Convert slong to uint64. | |
static uint64 | to_uint64 (sbyte value) |
Convert sbyte to uint64. | |
static uint64 | to_uint64 (uint16 value) noexcept |
Convert uint16 to uint64. | |
static uint64 | to_uint64 (uint32 value) noexcept |
Convert uint32 to uint64. | |
static uint64 | to_uint64 (uint64 value) noexcept |
Convert uint64 to uint64. | |
static uint64 | to_uint64 (xtd::ulong value) noexcept |
Convert slong to uint64. | |
static uint64 | to_uint64 (const xtd::string &value) |
Convert string to uint64. | |
static uint64 | to_uint64 (const xtd::string &value, xtd::byte from_base) |
Convert string to uint64. | |
template<typename type_t > | |
static uint64 | to_uint64 (type_t value) noexcept |
Convert type_t to uint64. | |
static xtd::ulong | to_ullong (std::any value) |
Convert std::any to xtd::ulong. | |
static xtd::ulong | to_ullong (bool value) noexcept |
Convert bool to xtd::ulong. | |
static xtd::ulong | to_ullong (xtd::byte value) noexcept |
Convert xtd::byte to xtd::ulong. | |
static xtd::ulong | to_ullong (char value) noexcept |
Convert char to xtd::ulong. | |
static xtd::ulong | to_ullong (char8 value) noexcept |
Convert char8 to xtd::ulong. | |
static xtd::ulong | to_ullong (char16 value) noexcept |
Convert char16 to xtd::ulong. | |
static xtd::ulong | to_ullong (char32 value) noexcept |
Convert char32 to xtd::ulong. | |
static xtd::ulong | to_ullong (wchar value) noexcept |
Convert char32 to xtd::ulong. | |
static xtd::ulong | to_ullong (decimal value) |
Convert decimal to xtd::ulong. | |
static xtd::ulong | to_ullong (double value) |
Convert double to xtd::ulong. | |
static xtd::ulong | to_ullong (float value) |
Convert float to xtd::ulong. | |
static xtd::ulong | to_ullong (int16 value) |
Convert int16 to xtd::ulong. | |
static xtd::ulong | to_ullong (int32 value) |
Convert int32 to xtd::ulong. | |
static xtd::ulong | to_ullong (int64 value) |
Convert int64 to xtd::ulong. | |
static xtd::ulong | to_ullong (slong value) |
Convert slong to xtd::ulong. | |
static xtd::ulong | to_ullong (sbyte value) |
Convert sbyte to xtd::ulong. | |
static xtd::ulong | to_ullong (uint16 value) noexcept |
Convert uint16 to xtd::ulong. | |
static xtd::ulong | to_ullong (uint32 value) noexcept |
Convert uint32 to xtd::ulong. | |
static xtd::ulong | to_ullong (uint64 value) noexcept |
Convert uint64 to xtd::ulong. | |
static xtd::ulong | to_ullong (xtd::ulong value) noexcept |
Convert slong to xtd::ulong. | |
static xtd::ulong | to_ullong (const xtd::string &value) |
Convert string to xtd::ulong. | |
static xtd::ulong | to_ullong (const xtd::string &value, xtd::byte from_base) |
Convert string to xtd::ulong. | |
template<typename type_t > | |
static xtd::ulong | to_ullong (type_t value) noexcept |
Convert type_t to xtd::ulong. | |
static string | to_string (std::any value) |
Convert std::any to string. | |
static string | to_string (bool value) noexcept |
Convert bool to string. | |
static string | to_string (xtd::byte value) noexcept |
Convert xtd::byte to string. | |
static string | to_string (xtd::byte value, xtd::byte from_base) |
Convert string to string. | |
static string | to_string (char value) noexcept |
Convert char to string. | |
static string | to_string (char8 value) noexcept |
Convert char8 to string. | |
static string | to_string (char16 value) noexcept |
Convert char16 to string. | |
static string | to_string (char32 value) noexcept |
Convert char32 to string. | |
static string | to_string (wchar value) noexcept |
Convert char32 to string. | |
static string | to_string (decimal value) |
Convert decimal to string. | |
static string | to_string (double value) |
Convert double to string. | |
static string | to_string (float value) |
Convert float to string. | |
static string | to_string (int16 value) |
Convert int16 to string. | |
static string | to_string (int16 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_string (int32 value) |
Convert int32 to string. | |
static string | to_string (int32 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_string (int64 value) |
Convert int64 to string. | |
static string | to_string (int64 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_string (slong value) |
Convert slong to string. | |
static string | to_string (slong value, xtd::byte from_base) |
Convert string to string. | |
static string | to_string (sbyte value) |
Convert sbyte to string. | |
static string | to_string (sbyte value, xtd::byte from_base) |
Convert string to string. | |
static string | to_string (uint16 value) noexcept |
Convert uint16 to string. | |
static string | to_string (uint16 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_string (uint32 value) noexcept |
Convert uint32 to string. | |
static string | to_string (uint32 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_string (uint64 value) noexcept |
Convert uint64 to string. | |
static string | to_string (uint64 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_string (xtd::ulong value) noexcept |
Convert slong to string. | |
static string | to_string (xtd::ulong value, xtd::byte from_base) |
Convert string to string. | |
static string | to_string (const xtd::string &value) |
Convert string to string. | |
template<typename type_t > | |
static string | to_string (type_t value) noexcept |
Convert type_t to string. | |
static string | to_ustring (std::any value) |
Convert std::any to string. | |
static string | to_ustring (bool value) noexcept |
Convert bool to string. | |
static string | to_ustring (xtd::byte value) noexcept |
Convert xtd::byte to string. | |
static string | to_ustring (xtd::byte value, xtd::byte from_base) |
Convert string to string. | |
static string | to_ustring (char value) noexcept |
Convert char to string. | |
static string | to_ustring (char8 value) noexcept |
Convert char8 to string. | |
static string | to_ustring (char16 value) noexcept |
Convert char16 to string. | |
static string | to_ustring (char32 value) noexcept |
Convert char32 to string. | |
static string | to_ustring (wchar value) noexcept |
Convert char32 to string. | |
static string | to_ustring (decimal value) |
Convert decimal to string. | |
static string | to_ustring (double value) |
Convert double to string. | |
static string | to_ustring (float value) |
Convert float to string. | |
static string | to_ustring (int16 value) |
Convert int16 to string. | |
static string | to_ustring (int16 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_ustring (int32 value) |
Convert int32 to string. | |
static string | to_ustring (int32 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_ustring (int64 value) |
Convert int64 to string. | |
static string | to_ustring (int64 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_ustring (slong value) |
Convert slong to string. | |
static string | to_ustring (slong value, xtd::byte from_base) |
Convert string to string. | |
static string | to_ustring (sbyte value) |
Convert sbyte to string. | |
static string | to_ustring (sbyte value, xtd::byte from_base) |
Convert string to string. | |
static string | to_ustring (uint16 value) noexcept |
Convert uint16 to string. | |
static string | to_ustring (uint16 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_ustring (uint32 value) noexcept |
Convert uint32 to string. | |
static string | to_ustring (uint32 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_ustring (uint64 value) noexcept |
Convert uint64 to string. | |
static string | to_ustring (uint64 value, xtd::byte from_base) |
Convert string to string. | |
static string | to_ustring (xtd::ulong value) noexcept |
Convert slong to string. | |
static string | to_ustring (xtd::ulong value, xtd::byte from_base) |
Convert string to string. | |
static string | to_ustring (const xtd::string &value) |
Convert string to string. | |
template<typename type_t > | |
static string | to_ustring (type_t value) noexcept |
Convert type_t to string. | |
|
staticnoexcept |
Convert std::any to std::any.
value | object to convert. |
|
staticnoexcept |
Convert bool to std::any.
value | object to convert. |
|
staticnoexcept |
Convert xtd::byte to std::any.
value | object to convert. |
|
staticnoexcept |
Convert char to std::any.
value | object to convert. |
|
static |
Convert char8 to std::any.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
staticnoexcept |
Convert char16 to std::any.
value | object to convert. |
|
staticnoexcept |
Convert char32 to std::any.
value | object to convert. |
|
staticnoexcept |
Convert wchar to std::any.
value | object to convert. |
|
staticnoexcept |
Convert decimal to std::any.
value | object to convert. |
|
staticnoexcept |
Convert double to std::any.
value | object to convert. |
|
staticnoexcept |
Convert float to std::any.
value | object to convert. |
Convert double to std::any.
value | object to convert. |
|
staticnoexcept |
Convert int16 to std::any.
value | object to convert. |
|
staticnoexcept |
Convert int32 to std::any.
value | object to convert. |
|
staticnoexcept |
Convert int64 to std::any.
value | object to convert. |
|
staticnoexcept |
Convert slong to std::any.
value | object to convert. |
|
staticnoexcept |
Convert sbyte to std::any.
value | object to convert. |
|
staticnoexcept |
Convert uint16 to std::any.
value | object to convert. |
|
staticnoexcept |
Convert uint32 to std::any.
value | object to convert. |
|
staticnoexcept |
Convert uint64 to std::any.
value | object to convert. |
|
staticnoexcept |
Convert slong to std::any.
value | object to convert. |
|
staticnoexcept |
Convert string to std::any.
value | object to convert. |
|
inlinestatic |
Convert type_t to bool.
value | object to convert. |
|
static |
Convert std::any to bool.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
staticnoexcept |
Convert bool to bool.
value | object to convert. |
|
staticnoexcept |
Convert xtd::byte to bool.
value | object to convert. |
|
static |
Convert char to bool.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
static |
Convert char8 to bool.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
static |
Convert char16 to bool.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
static |
Convert char32 to bool.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
static |
Convert wchar to bool.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
staticnoexcept |
Convert decimal to bool.
value | object to convert. |
|
staticnoexcept |
Convert double to bool.
value | object to convert. |
|
staticnoexcept |
Convert float to bool.
value | object to convert. |
Convert double to bool.
value | object to convert. |
|
staticnoexcept |
Convert int16 to bool.
value | object to convert. |
|
staticnoexcept |
Convert int32 to bool.
value | object to convert. |
|
staticnoexcept |
Convert int64 to bool.
value | object to convert. |
|
staticnoexcept |
Convert slong to bool.
value | object to convert. |
|
staticnoexcept |
Convert sbyte to bool.
value | object to convert. |
|
staticnoexcept |
Convert uint16 to bool.
value | object to convert. |
|
staticnoexcept |
Convert uint32 to bool.
value | object to convert. |
|
staticnoexcept |
Convert uint64 to bool.
value | object to convert. |
|
staticnoexcept |
Convert slong to bool.
value | object to convert. |
|
static |
Convert string to bool.
value | object to convert. |
xtd::atgument_exception | value does not represent a bool. |
|
inlinestaticnoexcept |
Convert type_t to bool.
value | object to convert. |
|
static |
Convert std::any to byte.
value | object to convert. |
|
staticnoexcept |
Convert bool to byte.
value | object to convert. |
Convert xtd::byte to byte.
value | object to convert. |
|
staticnoexcept |
Convert char to byte.
value | object to convert. |
Convert char8 to byte.
value | object to convert. |
Convert char16 to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert char32 to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert char32 to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert decimal to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert double to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int32 to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int64 to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert slong to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert sbyte to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
Convert uint16 to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint32 to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint64 to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to byte.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert string to byte.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | value does not represent a byte. |
|
inlinestaticnoexcept |
Convert type_t to byte.
value | object to convert. |
|
static |
Convert std::any to char.
value | object to convert. |
|
static |
Convert bool to char.
value | object to convert. |
|
staticnoexcept |
Convert xtd::byte to char.
value | object to convert. |
|
staticnoexcept |
Convert char to char.
value | object to convert. |
|
staticnoexcept |
Convert char8 to char.
value | object to convert. |
|
static |
Convert char16 to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert char32 to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert char32 to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert decimal to char.
value | object to convert. |
|
static |
Convert double to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert int16 to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert int32 to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert int64 to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert slong to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert sbyte to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
|
static |
Convert uint16 to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert uint32 to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert uint64 to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to char.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
inlinestaticnoexcept |
Convert type_t to char.
value | object to convert. |
|
static |
Convert std::any to char8.
value | object to convert. |
|
static |
Convert bool to char8.
value | object to convert. |
Convert xtd::byte to char8.
value | object to convert. |
|
staticnoexcept |
Convert char to char8.
value | object to convert. |
Convert char8 to char8.
value | object to convert. |
Convert char16 to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert char32 to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert char32 to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert decimal to char8.
value | object to convert. |
|
static |
Convert double to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int32 to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int64 to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert slong to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert sbyte to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
Convert uint16 to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint32 to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint64 to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to char8.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
inlinestaticnoexcept |
Convert type_t to char8.
value | object to convert. |
|
static |
Convert std::any to char16.
value | object to convert. |
|
static |
Convert bool to char16.
value | object to convert. |
Convert xtd::byte to char16.
value | object to convert. |
|
staticnoexcept |
Convert char to char16.
value | object to convert. |
Convert char8 to char16.
value | object to convert. |
Convert char16 to char16.
value | object to convert. |
Convert char32 to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert char32 to char16.
value | object to convert. |
Convert decimal to char16.
value | object to convert. |
|
static |
Convert double to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int32 to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int64 to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert slong to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert sbyte to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
Convert uint16 to char16.
value | object to convert. |
Convert uint32 to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint64 to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to char16.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
inlinestaticnoexcept |
Convert type_t to char16.
value | object to convert. |
|
static |
Convert std::any to char32.
value | object to convert. |
|
static |
Convert bool to char32.
value | object to convert. |
Convert xtd::byte to char32.
value | object to convert. |
|
staticnoexcept |
Convert char to char32.
value | object to convert. |
Convert char8 to char32.
value | object to convert. |
Convert char16 to char32.
value | object to convert. |
Convert char32 to char32.
value | object to convert. |
Convert char32 to char32.
value | object to convert. |
Convert decimal to char32.
value | object to convert. |
|
static |
Convert double to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int32 to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int64 to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert slong to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert sbyte to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
Convert uint16 to char32.
value | object to convert. |
Convert uint32 to char32.
value | object to convert. |
Convert uint64 to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to char32.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
inlinestaticnoexcept |
Convert type_t to char32.
value | object to convert. |
|
static |
Convert std::any to wchar.
value | object to convert. |
|
static |
Convert bool to wchar.
value | object to convert. |
Convert xtd::byte to wchar.
value | object to convert. |
|
staticnoexcept |
Convert char to wchar.
value | object to convert. |
Convert char8 to wchar.
value | object to convert. |
Convert char16 to wchar.
value | object to convert. |
Convert char32 to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert char32 to wchar.
value | object to convert. |
Convert decimal to wchar.
value | object to convert. |
|
static |
Convert double to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int32 to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int64 to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert slong to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert sbyte to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
Convert uint16 to wchar.
value | object to convert. |
Convert uint32 to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint64 to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to wchar.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
inlinestaticnoexcept |
Convert type_t to wchar.
value | object to convert. |
|
static |
Convert std::any to decimal.
value | object to convert. |
|
staticnoexcept |
Convert bool to decimal.
value | object to convert. |
Convert xtd::byte to decimal.
value | object to convert. |
|
staticnoexcept |
Convert char to decimal.
value | object to convert. |
Convert char8 to decimal.
value | object to convert. |
Convert char16 to decimal.
value | object to convert. |
Convert char32 to decimal.
value | object to convert. |
Convert char32 to decimal.
value | object to convert. |
Convert decimal to decimal.
value | object to convert. |
|
staticnoexcept |
Convert double to decimal.
value | object to convert. |
|
staticnoexcept |
Convert float to decimal.
value | object to convert. |
Convert int16 to decimal.
value | object to convert. |
Convert int32 to decimal.
value | object to convert. |
Convert int64 to decimal.
value | object to convert. |
Convert slong to decimal.
value | object to convert. |
Convert sbyte to decimal.
value | object to convert. |
Convert uint16 to decimal.
value | object to convert. |
Convert uint32 to decimal.
value | object to convert. |
Convert uint64 to decimal.
value | object to convert. |
|
staticnoexcept |
Convert slong to decimal.
value | object to convert. |
|
static |
Convert string to decimal.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
inlinestaticnoexcept |
Convert type_t to decimal.
value | object to convert. |
|
static |
Convert std::any to double.
value | object to convert. |
|
staticnoexcept |
Convert bool to double.
value | object to convert. |
|
staticnoexcept |
Convert xtd::byte to double.
value | object to convert. |
|
staticnoexcept |
Convert char to double.
value | object to convert. |
|
staticnoexcept |
Convert char8 to double.
value | object to convert. |
|
staticnoexcept |
Convert char16 to double.
value | object to convert. |
|
staticnoexcept |
Convert char32 to double.
value | object to convert. |
|
staticnoexcept |
Convert char32 to double.
value | object to convert. |
|
staticnoexcept |
Convert decimal to double.
value | object to convert. |
|
staticnoexcept |
Convert double to double.
value | object to convert. |
|
staticnoexcept |
Convert float to double.
value | object to convert. |
|
staticnoexcept |
Convert int16 to double.
value | object to convert. |
|
staticnoexcept |
Convert int32 to double.
value | object to convert. |
|
staticnoexcept |
Convert int64 to double.
value | object to convert. |
|
staticnoexcept |
Convert slong to double.
value | object to convert. |
|
staticnoexcept |
Convert sbyte to double.
value | object to convert. |
|
staticnoexcept |
Convert uint16 to double.
value | object to convert. |
|
staticnoexcept |
Convert uint32 to double.
value | object to convert. |
|
staticnoexcept |
Convert uint64 to double.
value | object to convert. |
|
staticnoexcept |
Convert slong to double.
value | object to convert. |
|
static |
Convert string to double.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
inlinestaticnoexcept |
Convert type_t to double.
value | object to convert. |
|
static |
Convert std::any to single.
value | object to convert. |
|
staticnoexcept |
Convert bool to single.
value | object to convert. |
|
staticnoexcept |
Convert xtd::byte to single.
value | object to convert. |
|
staticnoexcept |
Convert char to single.
value | object to convert. |
|
staticnoexcept |
Convert char8 to single.
value | object to convert. |
|
staticnoexcept |
Convert char16 to single.
value | object to convert. |
|
staticnoexcept |
Convert char32 to single.
value | object to convert. |
|
staticnoexcept |
Convert char32 to single.
value | object to convert. |
|
staticnoexcept |
Convert decimal to single.
value | object to convert. |
|
staticnoexcept |
Convert double to single.
value | object to convert. |
|
staticnoexcept |
Convert float to single.
value | object to convert. |
|
staticnoexcept |
Convert int16 to single.
value | object to convert. |
|
staticnoexcept |
Convert int32 to single.
value | object to convert. |
|
staticnoexcept |
Convert int64 to single.
value | object to convert. |
|
staticnoexcept |
Convert slong to single.
value | object to convert. |
|
staticnoexcept |
Convert sbyte to single.
value | object to convert. |
|
staticnoexcept |
Convert uint16 to single.
value | object to convert. |
|
staticnoexcept |
Convert uint32 to single.
value | object to convert. |
|
staticnoexcept |
Convert uint64 to single.
value | object to convert. |
|
staticnoexcept |
Convert slong to single.
value | object to convert. |
|
static |
Convert string to single.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
inlinestaticnoexcept |
Convert type_t to single.
value | object to convert. |
|
static |
Convert std::any to int16.
value | object to convert. |
|
staticnoexcept |
Convert bool to int16.
value | object to convert. |
Convert xtd::byte to int16.
value | object to convert. |
|
staticnoexcept |
Convert char to int16.
value | object to convert. |
Convert char8 to int16.
value | object to convert. |
Convert char16 to int16.
value | object to convert. |
Convert char32 to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert char32 to int16.
value | object to convert. |
Convert decimal to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert double to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to int16.
value | object to convert. |
Convert int32 to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int64 to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert slong to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert sbyte to int16.
value | object to convert. |
Convert uint16 to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint32 to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint64 to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to int16.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert string to int16.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | value does not represent a int16. |
|
inlinestaticnoexcept |
Convert type_t to int16.
value | object to convert. |
|
static |
Convert std::any to int32.
value | object to convert. |
|
staticnoexcept |
Convert bool to int32.
value | object to convert. |
Convert xtd::byte to int32.
value | object to convert. |
|
staticnoexcept |
Convert char to int32.
value | object to convert. |
Convert char8 to int32.
value | object to convert. |
Convert char16 to int32.
value | object to convert. |
Convert char32 to int32.
value | object to convert. |
Convert char32 to int32.
value | object to convert. |
Convert decimal to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert double to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
staticnoexcept |
Convert float to int32.
value | object to convert. |
Convert int16 to int32.
value | object to convert. |
Convert int32 to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int64 to int32.
value | object to convert. |
Convert slong to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert sbyte to int32.
value | object to convert. |
Convert uint16 to int32.
value | object to convert. |
Convert uint32 to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint64 to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to int32.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert string to int32.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | value does not represent a int32. |
|
inlinestaticnoexcept |
Convert type_t to int32.
value | object to convert. |
|
static |
Convert std::any to int64.
value | object to convert. |
|
staticnoexcept |
Convert bool to int64.
value | object to convert. |
Convert xtd::byte to int64.
value | object to convert. |
|
staticnoexcept |
Convert char to int64.
value | object to convert. |
Convert char8 to int64.
value | object to convert. |
Convert char16 to int64.
value | object to convert. |
Convert char32 to int64.
value | object to convert. |
Convert char32 to int64.
value | object to convert. |
Convert decimal to int64.
value | object to convert. |
|
staticnoexcept |
Convert double to int64.
value | object to convert. |
|
staticnoexcept |
Convert float to int64.
value | object to convert. |
Convert int16 to int64.
value | object to convert. |
Convert int32 to int64.
value | object to convert. |
Convert int64 to int64.
value | object to convert. |
Convert slong to int64.
value | object to convert. |
Convert sbyte to int64.
value | object to convert. |
Convert uint16 to int64.
value | object to convert. |
Convert uint32 to int64.
value | object to convert. |
Convert uint64 to int64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to int64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to int64.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert string to int64.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | value does not represent a int64. |
|
inlinestaticnoexcept |
Convert type_t to int64.
value | object to convert. |
|
static |
Convert std::any to slong.
value | object to convert. |
|
staticnoexcept |
Convert bool to slong.
value | object to convert. |
Convert xtd::byte to slong.
value | object to convert. |
|
staticnoexcept |
Convert char to slong.
value | object to convert. |
Convert char8 to slong.
value | object to convert. |
Convert char16 to slong.
value | object to convert. |
Convert char32 to slong.
value | object to convert. |
Convert char32 to slong.
value | object to convert. |
Convert decimal to slong.
value | object to convert. |
|
staticnoexcept |
Convert double to slong.
value | object to convert. |
|
staticnoexcept |
Convert float to slong.
value | object to convert. |
Convert int16 to slong.
value | object to convert. |
Convert int32 to slong.
value | object to convert. |
Convert int64 to slong.
value | object to convert. |
Convert slong to slong.
value | object to convert. |
Convert sbyte to slong.
value | object to convert. |
Convert uint16 to slong.
value | object to convert. |
Convert uint32 to slong.
value | object to convert. |
Convert uint64 to slong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to slong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to slong.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert string to slong.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | value does not represent a slong. |
|
inlinestaticnoexcept |
Convert type_t to slong.
value | object to convert. |
|
static |
Convert std::any to sbyte.
value | object to convert. |
|
staticnoexcept |
Convert bool to sbyte.
value | object to convert. |
Convert xtd::byte to sbyte.
value | object to convert. |
|
staticnoexcept |
Convert char to sbyte.
value | object to convert. |
Convert char8 to sbyte.
value | object to convert. |
Convert char16 to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert char32 to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert char32 to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert decimal to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert double to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int32 to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int64 to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert slong to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert sbyte to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
Convert uint16 to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint32 to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint64 to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to sbyte.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert string to sbyte.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | value does not represent a sbyte. |
|
inlinestaticnoexcept |
Convert type_t to sbyte.
value | object to convert. |
|
static |
Convert std::any to uint16.
value | object to convert. |
|
staticnoexcept |
Convert bool to uint16.
value | object to convert. |
Convert xtd::byte to uint16.
value | object to convert. |
|
staticnoexcept |
Convert char to uint16.
value | object to convert. |
Convert char8 to uint16.
value | object to convert. |
Convert char16 to uint16.
value | object to convert. |
Convert char32 to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert char32 to uint16.
value | object to convert. |
Convert decimal to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert double to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert int32 to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int64 to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert slong to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert sbyte to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint16 to uint16.
value | object to convert. |
Convert uint32 to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint64 to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to uint16.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert string to uint16.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | value does not represent a uint16. |
|
inlinestaticnoexcept |
Convert type_t to uint16.
value | object to convert. |
|
static |
Convert std::any to uint32.
value | object to convert. |
|
staticnoexcept |
Convert bool to uint32.
value | object to convert. |
Convert xtd::byte to uint32.
value | object to convert. |
|
staticnoexcept |
Convert char to uint32.
value | object to convert. |
Convert char8 to uint32.
value | object to convert. |
Convert char16 to uint32.
value | object to convert. |
Convert char32 to uint32.
value | object to convert. |
Convert char32 to uint32.
value | object to convert. |
Convert decimal to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert double to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert int32 to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int64 to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert slong to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert sbyte to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint16 to uint32.
value | object to convert. |
Convert uint32 to uint32.
value | object to convert. |
Convert uint64 to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert slong to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert string to uint32.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert string to uint32.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | value does not represent a byte. |
|
inlinestaticnoexcept |
Convert type_t to uint32.
value | object to convert. |
|
static |
Convert std::any to uint64.
value | object to convert. |
|
staticnoexcept |
Convert bool to uint64.
value | object to convert. |
Convert xtd::byte to uint64.
value | object to convert. |
|
staticnoexcept |
Convert char to uint64.
value | object to convert. |
Convert char8 to uint64.
value | object to convert. |
Convert char16 to uint64.
value | object to convert. |
Convert char32 to uint64.
value | object to convert. |
Convert char32 to uint64.
value | object to convert. |
Convert decimal to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert double to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert int32 to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int64 to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert slong to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert sbyte to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert uint16 to uint64.
value | object to convert. |
Convert uint32 to uint64.
value | object to convert. |
Convert uint64 to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
staticnoexcept |
Convert slong to uint64.
value | object to convert. |
|
static |
Convert string to uint64.
value | object to convert. |
|
static |
Convert string to uint64.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | value does not represent a uint64. |
|
inlinestaticnoexcept |
Convert type_t to uint64.
value | object to convert. |
|
static |
Convert std::any to xtd::ulong.
value | object to convert. |
|
staticnoexcept |
Convert bool to xtd::ulong.
value | object to convert. |
|
staticnoexcept |
Convert xtd::byte to xtd::ulong.
value | object to convert. |
|
staticnoexcept |
Convert char to xtd::ulong.
value | object to convert. |
|
staticnoexcept |
Convert char8 to xtd::ulong.
value | object to convert. |
|
staticnoexcept |
Convert char16 to xtd::ulong.
value | object to convert. |
|
staticnoexcept |
Convert char32 to xtd::ulong.
value | object to convert. |
|
staticnoexcept |
Convert char32 to xtd::ulong.
value | object to convert. |
|
static |
Convert decimal to xtd::ulong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert double to xtd::ulong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to xtd::ulong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert int16 to xtd::ulong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
static |
Convert int32 to xtd::ulong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert int64 to xtd::ulong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert slong to xtd::ulong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert sbyte to xtd::ulong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
staticnoexcept |
Convert uint16 to xtd::ulong.
value | object to convert. |
|
staticnoexcept |
Convert uint32 to xtd::ulong.
value | object to convert. |
|
staticnoexcept |
Convert uint64 to xtd::ulong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
|
staticnoexcept |
Convert slong to xtd::ulong.
value | object to convert. |
|
static |
Convert string to xtd::ulong.
value | object to convert. |
|
static |
Convert string to xtd::ulong.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | value does not represent a xtd::ulong. |
|
inlinestaticnoexcept |
Convert type_t to xtd::ulong.
value | object to convert. |
|
static |
Convert std::any to string.
value | object to convert. |
|
staticnoexcept |
Convert bool to string.
value | object to convert. |
Convert xtd::byte to string.
value | object to convert. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
|
staticnoexcept |
Convert char to string.
value | object to convert. |
Convert char8 to string.
value | object to convert. |
Convert char16 to string.
value | object to convert. |
Convert char32 to string.
value | object to convert. |
Convert char32 to string.
value | object to convert. |
Convert decimal to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert double to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert int32 to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert int64 to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert slong to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert sbyte to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert uint16 to string.
value | object to convert. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert uint32 to string.
value | object to convert. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert uint64 to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
|
staticnoexcept |
Convert slong to string.
value | object to convert. |
|
static |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
|
static |
Convert string to string.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to string.
value | object to convert. |
|
static |
Convert std::any to string.
value | object to convert. |
|
staticnoexcept |
Convert bool to string.
value | object to convert. |
Convert xtd::byte to string.
value | object to convert. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
|
staticnoexcept |
Convert char to string.
value | object to convert. |
Convert char8 to string.
value | object to convert. |
Convert char16 to string.
value | object to convert. |
Convert char32 to string.
value | object to convert. |
Convert char32 to string.
value | object to convert. |
Convert decimal to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert double to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
|
static |
Convert float to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert int16 to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert int32 to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert int64 to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert slong to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max() or is less than 0. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert sbyte to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert uint16 to string.
value | object to convert. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert uint32 to string.
value | object to convert. |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
Convert uint64 to string.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<xtd::byte>::max(). |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
|
staticnoexcept |
Convert slong to string.
value | object to convert. |
|
static |
Convert string to string.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::atgument_exception | from_base is not 2 or 8 or 10 orr 16. |
|
static |
Convert string to string.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to string.
value | object to convert. |