xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <convert.h>
Represents API to convert base type code.
Inherits xtd::static_object.
Static Public Member Functions | |
static std::any | to_any (bool value) noexcept |
Convert bool to std::any. | |
static std::any | to_any (byte_t value) noexcept |
Convert byte_t to std::any. | |
static std::any | to_any (char value) noexcept |
Convert char to std::any. | |
static std::any | to_any (char16_t value) noexcept |
Convert char16_t to std::any. | |
static std::any | to_any (char32_t value) noexcept |
Convert char32_t to std::any. | |
static std::any | to_any (char8_t value) |
Convert char8_t to std::any. | |
static std::any | to_any (const xtd::ustring &value) noexcept |
Convert string to std::any. | |
static std::any | to_any (decimal_t value) noexcept |
Convert decimal_t 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_t value) noexcept |
Convert int16_t to std::any. | |
static std::any | to_any (int32_t value) noexcept |
Convert int32_t to std::any. | |
static std::any | to_any (int64_t value) noexcept |
Convert int64_t to std::any. | |
static std::any | to_any (llong_t value) noexcept |
Convert llong_t to std::any. | |
static std::any | to_any (sbyte_t value) noexcept |
Convert sbyte_t to std::any. | |
static std::any | to_any (std::any value) noexcept |
Convert std::any to std::any. | |
template<typename type_t > | |
static std::any | to_any (type_t value) |
Convert type_t to bool. | |
static std::any | to_any (uint16_t value) noexcept |
Convert uint16_t to std::any. | |
static std::any | to_any (uint32_t value) noexcept |
Convert uint32_t to std::any. | |
static std::any | to_any (uint64_t value) noexcept |
Convert uint64_t to std::any. | |
static std::any | to_any (ullong_t value) noexcept |
Convert llong_t to std::any. | |
static std::any | to_any (wchar_t value) noexcept |
Convert wchar_t to std::any. | |
static bool | to_boolean (bool value) noexcept |
Convert bool to bool. | |
static bool | to_boolean (byte_t value) noexcept |
Convert byte_t to bool. | |
static bool | to_boolean (char value) |
Convert char to bool. | |
static bool | to_boolean (char16_t value) |
Convert char16_t to bool. | |
static bool | to_boolean (char32_t value) |
Convert char32_t to bool. | |
static bool | to_boolean (char8_t value) |
Convert char8_t to bool. | |
static bool | to_boolean (const xtd::ustring &value) |
Convert string to bool. | |
static bool | to_boolean (decimal_t value) noexcept |
Convert decimal_t 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_t value) noexcept |
Convert int16_t to bool. | |
static bool | to_boolean (int32_t value) noexcept |
Convert int32_t to bool. | |
static bool | to_boolean (int64_t value) noexcept |
Convert int64_t to bool. | |
static bool | to_boolean (llong_t value) noexcept |
Convert llong_t to bool. | |
static bool | to_boolean (sbyte_t value) noexcept |
Convert sbyte_t to bool. | |
static bool | to_boolean (std::any value) |
Convert std::any to bool. | |
template<typename type_t > | |
static bool | to_boolean (type_t value) noexcept |
Convert type_t to bool. | |
static bool | to_boolean (uint16_t value) noexcept |
Convert uint16_t to bool. | |
static bool | to_boolean (uint32_t value) noexcept |
Convert uint32_t to bool. | |
static bool | to_boolean (uint64_t value) noexcept |
Convert uint64_t to bool. | |
static bool | to_boolean (ullong_t value) noexcept |
Convert llong_t to bool. | |
static bool | to_boolean (wchar_t value) |
Convert wchar_t to bool. | |
static byte_t | to_byte (bool value) noexcept |
Convert bool to byte. | |
static byte_t | to_byte (byte_t value) noexcept |
Convert byte_t to byte. | |
static byte_t | to_byte (char value) noexcept |
Convert char to byte. | |
static byte_t | to_byte (char16_t value) |
Convert char16_t to byte. | |
static byte_t | to_byte (char32_t value) |
Convert char32_t to byte. | |
static byte_t | to_byte (char8_t value) noexcept |
Convert char8_t to byte. | |
static byte_t | to_byte (const xtd::ustring &value) |
Convert string to byte. | |
static byte_t | to_byte (const xtd::ustring &value, byte_t from_base) |
Convert string to byte. | |
static byte_t | to_byte (decimal_t value) |
Convert decimal_t to byte. | |
static byte_t | to_byte (double value) |
Convert double to byte. | |
static byte_t | to_byte (float value) |
Convert float to byte. | |
static byte_t | to_byte (int16_t value) |
Convert int16_t to byte. | |
static byte_t | to_byte (int32_t value) |
Convert int32_t to byte. | |
static byte_t | to_byte (int64_t value) |
Convert int64_t to byte. | |
static byte_t | to_byte (llong_t value) |
Convert llong_t to byte. | |
static byte_t | to_byte (sbyte_t value) |
Convert sbyte_t to byte. | |
static byte_t | to_byte (std::any value) |
Convert std::any to byte. | |
template<typename type_t > | |
static byte_t | to_byte (type_t value) noexcept |
Convert type_t to byte. | |
static byte_t | to_byte (uint16_t value) |
Convert uint16_t to byte. | |
static byte_t | to_byte (uint32_t value) |
Convert uint32_t to byte. | |
static byte_t | to_byte (uint64_t value) |
Convert uint64_t to byte. | |
static byte_t | to_byte (ullong_t value) |
Convert llong_t to byte. | |
static byte_t | to_byte (wchar_t value) |
Convert char32_t to byte. | |
static char | to_char (bool value) |
Convert bool to char. | |
static char | to_char (byte_t value) noexcept |
Convert byte_t to char. | |
static char | to_char (char value) noexcept |
Convert char to char. | |
static char | to_char (char16_t value) |
Convert char16_t to char. | |
static char | to_char (char32_t value) |
Convert char32_t to char. | |
static char | to_char (char8_t value) noexcept |
Convert char8_t to char. | |
static char | to_char (const xtd::ustring &value) |
Convert string to char. | |
static char | to_char (decimal_t value) |
Convert decimal_t 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_t value) |
Convert int16_t to char. | |
static char | to_char (int32_t value) |
Convert int32_t to char. | |
static char | to_char (int64_t value) |
Convert int64_t to char. | |
static char | to_char (llong_t value) |
Convert llong_t to char. | |
static char | to_char (sbyte_t value) |
Convert sbyte_t to char. | |
static char | to_char (std::any value) |
Convert std::any to char. | |
template<typename type_t > | |
static char | to_char (type_t value) noexcept |
Convert type_t to char. | |
static char | to_char (uint16_t value) |
Convert uint16_t to char. | |
static char | to_char (uint32_t value) |
Convert uint32_t to char. | |
static char | to_char (uint64_t value) |
Convert uint64_t to char. | |
static char | to_char (ullong_t value) |
Convert llong_t to char. | |
static char | to_char (wchar_t value) |
Convert char32_t to char. | |
static char16_t | to_char16 (bool value) |
Convert bool to char16. | |
static char16_t | to_char16 (byte_t value) noexcept |
Convert byte_t to char16. | |
static char16_t | to_char16 (char value) noexcept |
Convert char to char16. | |
static char16_t | to_char16 (char16_t value) noexcept |
Convert char16_t to char16. | |
static char16_t | to_char16 (char32_t value) |
Convert char32_t to char16. | |
static char16_t | to_char16 (char8_t value) noexcept |
Convert char8_t to char16. | |
static char16_t | to_char16 (const xtd::ustring &value) |
Convert string to char16. | |
static char16_t | to_char16 (decimal_t value) |
Convert decimal_t to char16. | |
static char16_t | to_char16 (double value) |
Convert double to char16. | |
static char16_t | to_char16 (float value) |
Convert float to char16. | |
static char16_t | to_char16 (int16_t value) |
Convert int16_t to char16. | |
static char16_t | to_char16 (int32_t value) |
Convert int32_t to char16. | |
static char16_t | to_char16 (int64_t value) |
Convert int64_t to char16. | |
static char16_t | to_char16 (llong_t value) |
Convert llong_t to char16. | |
static char16_t | to_char16 (sbyte_t value) |
Convert sbyte_t to char16. | |
static char16_t | to_char16 (std::any value) |
Convert std::any to char16. | |
template<typename type_t > | |
static char16_t | to_char16 (type_t value) noexcept |
Convert type_t to char16. | |
static char16_t | to_char16 (uint16_t value) noexcept |
Convert uint16_t to char16. | |
static char16_t | to_char16 (uint32_t value) |
Convert uint32_t to char16. | |
static char16_t | to_char16 (uint64_t value) |
Convert uint64_t to char16. | |
static char16_t | to_char16 (ullong_t value) |
Convert llong_t to char16. | |
static char16_t | to_char16 (wchar_t value) noexcept |
Convert char32_t to char16. | |
static char32_t | to_char32 (bool value) |
Convert bool to char32. | |
static char32_t | to_char32 (byte_t value) noexcept |
Convert byte_t to char32. | |
static char32_t | to_char32 (char value) noexcept |
Convert char to char32. | |
static char32_t | to_char32 (char16_t value) noexcept |
Convert char16_t to char32. | |
static char32_t | to_char32 (char32_t value) noexcept |
Convert char32_t to char32. | |
static char32_t | to_char32 (char8_t value) noexcept |
Convert char8_t to char32. | |
static char32_t | to_char32 (const xtd::ustring &value) |
Convert string to char32. | |
static char32_t | to_char32 (decimal_t value) |
Convert decimal_t to char32. | |
static char32_t | to_char32 (double value) |
Convert double to char32. | |
static char32_t | to_char32 (float value) |
Convert float to char32. | |
static char32_t | to_char32 (int16_t value) |
Convert int16_t to char32. | |
static char32_t | to_char32 (int32_t value) |
Convert int32_t to char32. | |
static char32_t | to_char32 (int64_t value) |
Convert int64_t to char32. | |
static char32_t | to_char32 (llong_t value) |
Convert llong_t to char32. | |
static char32_t | to_char32 (sbyte_t value) |
Convert sbyte_t to char32. | |
static char32_t | to_char32 (std::any value) |
Convert std::any to char32. | |
template<typename type_t > | |
static char32_t | to_char32 (type_t value) noexcept |
Convert type_t to char32. | |
static char32_t | to_char32 (uint16_t value) noexcept |
Convert uint16_t to char32. | |
static char32_t | to_char32 (uint32_t value) noexcept |
Convert uint32_t to char32. | |
static char32_t | to_char32 (uint64_t value) |
Convert uint64_t to char32. | |
static char32_t | to_char32 (ullong_t value) |
Convert llong_t to char32. | |
static char32_t | to_char32 (wchar_t value) noexcept |
Convert char32_t to char32. | |
static char8_t | to_char8 (bool value) |
Convert bool to char8. | |
static char8_t | to_char8 (byte_t value) noexcept |
Convert byte_t to char8. | |
static char8_t | to_char8 (char value) noexcept |
Convert char to char8. | |
static char8_t | to_char8 (char16_t value) |
Convert char16_t to char8. | |
static char8_t | to_char8 (char32_t value) |
Convert char32_t to char8. | |
static char8_t | to_char8 (char8_t value) noexcept |
Convert char8_t to char8. | |
static char8_t | to_char8 (const xtd::ustring &value) |
Convert string to char8. | |
static char8_t | to_char8 (decimal_t value) |
Convert decimal_t to char8. | |
static char8_t | to_char8 (double value) |
Convert double to char8. | |
static char8_t | to_char8 (float value) |
Convert float to char8. | |
static char8_t | to_char8 (int16_t value) |
Convert int16_t to char8. | |
static char8_t | to_char8 (int32_t value) |
Convert int32_t to char8. | |
static char8_t | to_char8 (int64_t value) |
Convert int64_t to char8. | |
static char8_t | to_char8 (llong_t value) |
Convert llong_t to char8. | |
static char8_t | to_char8 (sbyte_t value) |
Convert sbyte_t to char8. | |
static char8_t | to_char8 (std::any value) |
Convert std::any to char8. | |
template<typename type_t > | |
static char8_t | to_char8 (type_t value) noexcept |
Convert type_t to char8. | |
static char8_t | to_char8 (uint16_t value) |
Convert uint16_t to char8. | |
static char8_t | to_char8 (uint32_t value) |
Convert uint32_t to char8. | |
static char8_t | to_char8 (uint64_t value) |
Convert uint64_t to char8. | |
static char8_t | to_char8 (ullong_t value) |
Convert llong_t to char8. | |
static char8_t | to_char8 (wchar_t value) |
Convert char32_t to char8. | |
static decimal_t | to_decimal (bool value) noexcept |
Convert bool to decimal. | |
static decimal_t | to_decimal (byte_t value) noexcept |
Convert byte_t to decimal. | |
static decimal_t | to_decimal (char value) noexcept |
Convert char to decimal. | |
static decimal_t | to_decimal (char16_t value) noexcept |
Convert char16_t to decimal. | |
static decimal_t | to_decimal (char32_t value) noexcept |
Convert char32_t to decimal. | |
static decimal_t | to_decimal (char8_t value) noexcept |
Convert char8_t to decimal. | |
static decimal_t | to_decimal (const xtd::ustring &value) |
Convert string to decimal. | |
static decimal_t | to_decimal (decimal_t value) noexcept |
Convert decimal_t to decimal. | |
static decimal_t | to_decimal (double value) noexcept |
Convert double to decimal. | |
static decimal_t | to_decimal (float value) noexcept |
Convert float to decimal. | |
static decimal_t | to_decimal (int16_t value) noexcept |
Convert int16_t to decimal. | |
static decimal_t | to_decimal (int32_t value) noexcept |
Convert int32_t to decimal. | |
static decimal_t | to_decimal (int64_t value) noexcept |
Convert int64_t to decimal. | |
static decimal_t | to_decimal (llong_t value) noexcept |
Convert llong_t to decimal. | |
static decimal_t | to_decimal (sbyte_t value) noexcept |
Convert sbyte_t to decimal. | |
static decimal_t | to_decimal (std::any value) |
Convert std::any to decimal. | |
template<typename type_t > | |
static decimal_t | to_decimal (type_t value) noexcept |
Convert type_t to decimal. | |
static decimal_t | to_decimal (uint16_t value) noexcept |
Convert uint16_t to decimal. | |
static decimal_t | to_decimal (uint32_t value) noexcept |
Convert uint32_t to decimal. | |
static decimal_t | to_decimal (uint64_t value) noexcept |
Convert uint64_t to decimal. | |
static decimal_t | to_decimal (ullong_t value) noexcept |
Convert llong_t to decimal. | |
static decimal_t | to_decimal (wchar_t value) noexcept |
Convert char32_t to decimal. | |
static double | to_double (bool value) noexcept |
Convert bool to double. | |
static double | to_double (byte_t value) noexcept |
Convert byte_t to double. | |
static double | to_double (char value) noexcept |
Convert char to double. | |
static double | to_double (char16_t value) noexcept |
Convert char16_t to double. | |
static double | to_double (char32_t value) noexcept |
Convert char32_t to double. | |
static double | to_double (char8_t value) noexcept |
Convert char8_t to double. | |
static double | to_double (const xtd::ustring &value) |
Convert string to double. | |
static double | to_double (decimal_t value) noexcept |
Convert decimal_t 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_t value) noexcept |
Convert int16_t to double. | |
static double | to_double (int32_t value) noexcept |
Convert int32_t to double. | |
static double | to_double (int64_t value) noexcept |
Convert int64_t to double. | |
static double | to_double (llong_t value) noexcept |
Convert llong_t to double. | |
static double | to_double (sbyte_t value) noexcept |
Convert sbyte_t to double. | |
static double | to_double (std::any value) |
Convert std::any to double. | |
template<typename type_t > | |
static double | to_double (type_t value) noexcept |
Convert type_t to double. | |
static double | to_double (uint16_t value) noexcept |
Convert uint16_t to double. | |
static double | to_double (uint32_t value) noexcept |
Convert uint32_t to double. | |
static double | to_double (uint64_t value) noexcept |
Convert uint64_t to double. | |
static double | to_double (ullong_t value) noexcept |
Convert llong_t to double. | |
static double | to_double (wchar_t value) noexcept |
Convert char32_t to double. | |
static int16_t | to_int16 (bool value) noexcept |
Convert bool to int16. | |
static int16_t | to_int16 (byte_t value) noexcept |
Convert byte_t to int16. | |
static int16_t | to_int16 (char value) noexcept |
Convert char to int16. | |
static int16_t | to_int16 (char16_t value) noexcept |
Convert char16_t to int16. | |
static int16_t | to_int16 (char32_t value) |
Convert char32_t to int16. | |
static int16_t | to_int16 (char8_t value) noexcept |
Convert char8_t to int16. | |
static int16_t | to_int16 (const xtd::ustring &value) |
Convert string to int16. | |
static int16_t | to_int16 (const xtd::ustring &value, byte_t from_base) |
Convert string to int16. | |
static int16_t | to_int16 (decimal_t value) |
Convert decimal_t to int16. | |
static int16_t | to_int16 (double value) |
Convert double to int16. | |
static int16_t | to_int16 (float value) |
Convert float to int16. | |
static int16_t | to_int16 (int16_t value) noexcept |
Convert int16_t to int16. | |
static int16_t | to_int16 (int32_t value) |
Convert int32_t to int16. | |
static int16_t | to_int16 (int64_t value) |
Convert int64_t to int16. | |
static int16_t | to_int16 (llong_t value) |
Convert llong_t to int16. | |
static int16_t | to_int16 (sbyte_t value) noexcept |
Convert sbyte_t to int16. | |
static int16_t | to_int16 (std::any value) |
Convert std::any to int16. | |
template<typename type_t > | |
static int16_t | to_int16 (type_t value) noexcept |
Convert type_t to int16. | |
static int16_t | to_int16 (uint16_t value) |
Convert uint16_t to int16. | |
static int16_t | to_int16 (uint32_t value) |
Convert uint32_t to int16. | |
static int16_t | to_int16 (uint64_t value) |
Convert uint64_t to int16. | |
static int16_t | to_int16 (ullong_t value) |
Convert llong_t to int16. | |
static int16_t | to_int16 (wchar_t value) noexcept |
Convert char32_t to int16. | |
static int32_t | to_int32 (bool value) noexcept |
Convert bool to int32. | |
static int32_t | to_int32 (byte_t value) noexcept |
Convert byte_t to int32. | |
static int32_t | to_int32 (char value) noexcept |
Convert char to int32. | |
static int32_t | to_int32 (char16_t value) noexcept |
Convert char16_t to int32. | |
static int32_t | to_int32 (char32_t value) noexcept |
Convert char32_t to int32. | |
static int32_t | to_int32 (char8_t value) noexcept |
Convert char8_t to int32. | |
static int32_t | to_int32 (const xtd::ustring &value) |
Convert string to int32. | |
static int32_t | to_int32 (const xtd::ustring &value, byte_t from_base) |
Convert string to int32. | |
static int32_t | to_int32 (decimal_t value) |
Convert decimal_t to int32. | |
static int32_t | to_int32 (double value) |
Convert double to int32. | |
static int32_t | to_int32 (float value) noexcept |
Convert float to int32. | |
static int32_t | to_int32 (int16_t value) noexcept |
Convert int16_t to int32. | |
static int32_t | to_int32 (int32_t value) noexcept |
Convert int32_t to int32. | |
static int32_t | to_int32 (int64_t value) |
Convert int64_t to int32. | |
static int32_t | to_int32 (llong_t value) |
Convert llong_t to int32. | |
static int32_t | to_int32 (sbyte_t value) noexcept |
Convert sbyte_t to int32. | |
static int32_t | to_int32 (std::any value) |
Convert std::any to int32. | |
template<typename type_t > | |
static int32_t | to_int32 (type_t value) noexcept |
Convert type_t to int32. | |
static int32_t | to_int32 (uint16_t value) noexcept |
Convert uint16_t to int32. | |
static int32_t | to_int32 (uint32_t value) |
Convert uint32_t to int32. | |
static int32_t | to_int32 (uint64_t value) |
Convert uint64_t to int32. | |
static int32_t | to_int32 (ullong_t value) |
Convert llong_t to int32. | |
static int32_t | to_int32 (wchar_t value) noexcept |
Convert char32_t to int32. | |
static int64_t | to_int64 (bool value) noexcept |
Convert bool to int64. | |
static int64_t | to_int64 (byte_t value) noexcept |
Convert byte_t to int64. | |
static int64_t | to_int64 (char value) noexcept |
Convert char to int64. | |
static int64_t | to_int64 (char16_t value) noexcept |
Convert char16_t to int64. | |
static int64_t | to_int64 (char32_t value) noexcept |
Convert char32_t to int64. | |
static int64_t | to_int64 (char8_t value) noexcept |
Convert char8_t to int64. | |
static int64_t | to_int64 (const xtd::ustring &value) |
Convert string to int64. | |
static int64_t | to_int64 (const xtd::ustring &value, byte_t from_base) |
Convert string to int64. | |
static int64_t | to_int64 (decimal_t value) noexcept |
Convert decimal_t to int64. | |
static int64_t | to_int64 (double value) noexcept |
Convert double to int64. | |
static int64_t | to_int64 (float value) noexcept |
Convert float to int64. | |
static int64_t | to_int64 (int16_t value) noexcept |
Convert int16_t to int64. | |
static int64_t | to_int64 (int32_t value) noexcept |
Convert int32_t to int64. | |
static int64_t | to_int64 (int64_t value) noexcept |
Convert int64_t to int64. | |
static int64_t | to_int64 (llong_t value) noexcept |
Convert llong_t to int64. | |
static int64_t | to_int64 (sbyte_t value) noexcept |
Convert sbyte_t to int64. | |
static int64_t | to_int64 (std::any value) |
Convert std::any to int64. | |
template<typename type_t > | |
static int64_t | to_int64 (type_t value) noexcept |
Convert type_t to int64. | |
static int64_t | to_int64 (uint16_t value) noexcept |
Convert uint16_t to int64. | |
static int64_t | to_int64 (uint32_t value) noexcept |
Convert uint32_t to int64. | |
static int64_t | to_int64 (uint64_t value) |
Convert uint64_t to int64. | |
static int64_t | to_int64 (ullong_t value) |
Convert llong_t to int64. | |
static int64_t | to_int64 (wchar_t value) noexcept |
Convert char32_t to int64. | |
static llong_t | to_llong (bool value) noexcept |
Convert bool to llong. | |
static llong_t | to_llong (byte_t value) noexcept |
Convert byte_t to llong. | |
static llong_t | to_llong (char value) noexcept |
Convert char to llong. | |
static llong_t | to_llong (char16_t value) noexcept |
Convert char16_t to llong. | |
static llong_t | to_llong (char32_t value) noexcept |
Convert char32_t to llong. | |
static llong_t | to_llong (char8_t value) noexcept |
Convert char8_t to llong. | |
static llong_t | to_llong (const xtd::ustring &value) |
Convert string to llong. | |
static llong_t | to_llong (const xtd::ustring &value, byte_t from_base) |
Convert string to llong. | |
static llong_t | to_llong (decimal_t value) noexcept |
Convert decimal_t to llong. | |
static llong_t | to_llong (double value) noexcept |
Convert double to llong. | |
static llong_t | to_llong (float value) noexcept |
Convert float to llong. | |
static llong_t | to_llong (int16_t value) noexcept |
Convert int16_t to llong. | |
static llong_t | to_llong (int32_t value) noexcept |
Convert int32_t to llong. | |
static llong_t | to_llong (int64_t value) noexcept |
Convert int64_t to llong. | |
static llong_t | to_llong (llong_t value) noexcept |
Convert llong_t to llong. | |
static llong_t | to_llong (sbyte_t value) noexcept |
Convert sbyte_t to llong. | |
static llong_t | to_llong (std::any value) |
Convert std::any to llong. | |
template<typename type_t > | |
static llong_t | to_llong (type_t value) noexcept |
Convert type_t to llong. | |
static llong_t | to_llong (uint16_t value) noexcept |
Convert uint16_t to llong. | |
static llong_t | to_llong (uint32_t value) noexcept |
Convert uint32_t to llong. | |
static llong_t | to_llong (uint64_t value) |
Convert uint64_t to llong. | |
static llong_t | to_llong (ullong_t value) |
Convert llong_t to llong. | |
static llong_t | to_llong (wchar_t value) noexcept |
Convert char32_t to llong. | |
static sbyte_t | to_sbyte (bool value) noexcept |
Convert bool to sbyte. | |
static sbyte_t | to_sbyte (byte_t value) noexcept |
Convert byte_t to sbyte. | |
static sbyte_t | to_sbyte (char value) noexcept |
Convert char to sbyte. | |
static sbyte_t | to_sbyte (char16_t value) |
Convert char16_t to sbyte. | |
static sbyte_t | to_sbyte (char32_t value) |
Convert char32_t to sbyte. | |
static sbyte_t | to_sbyte (char8_t value) noexcept |
Convert char8_t to sbyte. | |
static sbyte_t | to_sbyte (const xtd::ustring &value) |
Convert string to sbyte. | |
static sbyte_t | to_sbyte (const xtd::ustring &value, byte_t from_base) |
Convert string to sbyte. | |
static sbyte_t | to_sbyte (decimal_t value) |
Convert decimal_t to sbyte. | |
static sbyte_t | to_sbyte (double value) |
Convert double to sbyte. | |
static sbyte_t | to_sbyte (float value) |
Convert float to sbyte. | |
static sbyte_t | to_sbyte (int16_t value) |
Convert int16_t to sbyte. | |
static sbyte_t | to_sbyte (int32_t value) |
Convert int32_t to sbyte. | |
static sbyte_t | to_sbyte (int64_t value) |
Convert int64_t to sbyte. | |
static sbyte_t | to_sbyte (llong_t value) |
Convert llong_t to sbyte. | |
static sbyte_t | to_sbyte (sbyte_t value) |
Convert sbyte_t to sbyte. | |
static sbyte_t | to_sbyte (std::any value) |
Convert std::any to sbyte. | |
template<typename type_t > | |
static sbyte_t | to_sbyte (type_t value) noexcept |
Convert type_t to sbyte. | |
static sbyte_t | to_sbyte (uint16_t value) |
Convert uint16_t to sbyte. | |
static sbyte_t | to_sbyte (uint32_t value) |
Convert uint32_t to sbyte. | |
static sbyte_t | to_sbyte (uint64_t value) |
Convert uint64_t to sbyte. | |
static sbyte_t | to_sbyte (ullong_t value) |
Convert llong_t to sbyte. | |
static sbyte_t | to_sbyte (wchar_t value) |
Convert char32_t to sbyte. | |
static float | to_single (bool value) noexcept |
Convert bool to single. | |
static float | to_single (byte_t value) noexcept |
Convert byte_t to single. | |
static float | to_single (char value) noexcept |
Convert char to single. | |
static float | to_single (char16_t value) noexcept |
Convert char16_t to single. | |
static float | to_single (char32_t value) noexcept |
Convert char32_t to single. | |
static float | to_single (char8_t value) noexcept |
Convert char8_t to single. | |
static float | to_single (const xtd::ustring &value) |
Convert string to single. | |
static float | to_single (decimal_t value) noexcept |
Convert decimal_t 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_t value) noexcept |
Convert int16_t to single. | |
static float | to_single (int32_t value) noexcept |
Convert int32_t to single. | |
static float | to_single (int64_t value) noexcept |
Convert int64_t to single. | |
static float | to_single (llong_t value) noexcept |
Convert llong_t to single. | |
static float | to_single (sbyte_t value) noexcept |
Convert sbyte_t to single. | |
static float | to_single (std::any value) |
Convert std::any to single. | |
template<typename type_t > | |
static float | to_single (type_t value) noexcept |
Convert type_t to single. | |
static float | to_single (uint16_t value) noexcept |
Convert uint16_t to single. | |
static float | to_single (uint32_t value) noexcept |
Convert uint32_t to single. | |
static float | to_single (uint64_t value) noexcept |
Convert uint64_t to single. | |
static float | to_single (ullong_t value) noexcept |
Convert llong_t to single. | |
static float | to_single (wchar_t value) noexcept |
Convert char32_t to single. | |
static ustring | to_string (bool value) noexcept |
Convert bool to ustring. | |
static ustring | to_string (byte_t value) noexcept |
Convert byte_t to ustring. | |
static ustring | to_string (byte_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_string (char value) noexcept |
Convert char to ustring. | |
static ustring | to_string (char16_t value) noexcept |
Convert char16_t to ustring. | |
static ustring | to_string (char32_t value) noexcept |
Convert char32_t to ustring. | |
static ustring | to_string (char8_t value) noexcept |
Convert char8_t to ustring. | |
static ustring | to_string (const xtd::ustring &value) |
Convert string to ustring. | |
static ustring | to_string (decimal_t value) |
Convert decimal_t to ustring. | |
static ustring | to_string (double value) |
Convert double to ustring. | |
static ustring | to_string (float value) |
Convert float to ustring. | |
static ustring | to_string (int16_t value) |
Convert int16_t to ustring. | |
static ustring | to_string (int16_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_string (int32_t value) |
Convert int32_t to ustring. | |
static ustring | to_string (int32_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_string (int64_t value) |
Convert int64_t to ustring. | |
static ustring | to_string (int64_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_string (llong_t value) |
Convert llong_t to ustring. | |
static ustring | to_string (llong_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_string (sbyte_t value) |
Convert sbyte_t to ustring. | |
static ustring | to_string (sbyte_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_string (std::any value) |
Convert std::any to ustring. | |
template<typename type_t > | |
static ustring | to_string (type_t value) noexcept |
Convert type_t to ustring. | |
static ustring | to_string (uint16_t value) noexcept |
Convert uint16_t to ustring. | |
static ustring | to_string (uint16_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_string (uint32_t value) noexcept |
Convert uint32_t to ustring. | |
static ustring | to_string (uint32_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_string (uint64_t value) noexcept |
Convert uint64_t to ustring. | |
static ustring | to_string (uint64_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_string (ullong_t value) noexcept |
Convert llong_t to ustring. | |
static ustring | to_string (ullong_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_string (wchar_t value) noexcept |
Convert char32_t to ustring. | |
static uint16_t | to_uint16 (bool value) noexcept |
Convert bool to uint16. | |
static uint16_t | to_uint16 (byte_t value) noexcept |
Convert byte_t to uint16. | |
static uint16_t | to_uint16 (char value) noexcept |
Convert char to uint16. | |
static uint16_t | to_uint16 (char16_t value) noexcept |
Convert char16_t to uint16. | |
static uint16_t | to_uint16 (char32_t value) |
Convert char32_t to uint16. | |
static uint16_t | to_uint16 (char8_t value) noexcept |
Convert char8_t to uint16. | |
static uint16_t | to_uint16 (const xtd::ustring &value) |
Convert string to uint16. | |
static uint16_t | to_uint16 (const xtd::ustring &value, byte_t from_base) |
Convert string to uint16. | |
static uint16_t | to_uint16 (decimal_t value) |
Convert decimal_t to uint16. | |
static uint16_t | to_uint16 (double value) |
Convert double to uint16. | |
static uint16_t | to_uint16 (float value) |
Convert float to uint16. | |
static uint16_t | to_uint16 (int16_t value) |
Convert int16_t to uint16. | |
static uint16_t | to_uint16 (int32_t value) |
Convert int32_t to uint16. | |
static uint16_t | to_uint16 (int64_t value) |
Convert int64_t to uint16. | |
static uint16_t | to_uint16 (llong_t value) |
Convert llong_t to uint16. | |
static uint16_t | to_uint16 (sbyte_t value) |
Convert sbyte_t to uint16. | |
static uint16_t | to_uint16 (std::any value) |
Convert std::any to uint16. | |
template<typename type_t > | |
static uint16_t | to_uint16 (type_t value) noexcept |
Convert type_t to uint16. | |
static uint16_t | to_uint16 (uint16_t value) noexcept |
Convert uint16_t to uint16. | |
static uint16_t | to_uint16 (uint32_t value) |
Convert uint32_t to uint16. | |
static uint16_t | to_uint16 (uint64_t value) |
Convert uint64_t to uint16. | |
static uint16_t | to_uint16 (ullong_t value) |
Convert llong_t to uint16. | |
static uint16_t | to_uint16 (wchar_t value) noexcept |
Convert char32_t to uint16. | |
static uint32_t | to_uint32 (bool value) noexcept |
Convert bool to uint32. | |
static uint32_t | to_uint32 (byte_t value) noexcept |
Convert byte_t to uint32. | |
static uint32_t | to_uint32 (char value) noexcept |
Convert char to uint32. | |
static uint32_t | to_uint32 (char16_t value) noexcept |
Convert char16_t to uint32. | |
static uint32_t | to_uint32 (char32_t value) noexcept |
Convert char32_t to uint32. | |
static uint32_t | to_uint32 (char8_t value) noexcept |
Convert char8_t to uint32. | |
static uint32_t | to_uint32 (const xtd::ustring &value) |
Convert string to uint32. | |
static uint32_t | to_uint32 (const xtd::ustring &value, byte_t from_base) |
Convert string to uint32. | |
static uint32_t | to_uint32 (decimal_t value) |
Convert decimal_t to uint32. | |
static uint32_t | to_uint32 (double value) |
Convert double to uint32. | |
static uint32_t | to_uint32 (float value) |
Convert float to uint32. | |
static uint32_t | to_uint32 (int16_t value) |
Convert int16_t to uint32. | |
static uint32_t | to_uint32 (int32_t value) |
Convert int32_t to uint32. | |
static uint32_t | to_uint32 (int64_t value) |
Convert int64_t to uint32. | |
static uint32_t | to_uint32 (llong_t value) |
Convert llong_t to uint32. | |
static uint32_t | to_uint32 (sbyte_t value) |
Convert sbyte_t to uint32. | |
static uint32_t | to_uint32 (std::any value) |
Convert std::any to uint32. | |
template<typename type_t > | |
static uint32_t | to_uint32 (type_t value) noexcept |
Convert type_t to uint32. | |
static uint32_t | to_uint32 (uint16_t value) noexcept |
Convert uint16_t to uint32. | |
static uint32_t | to_uint32 (uint32_t value) noexcept |
Convert uint32_t to uint32. | |
static uint32_t | to_uint32 (uint64_t value) |
Convert uint64_t to uint32. | |
static uint32_t | to_uint32 (ullong_t value) |
Convert llong_t to uint32. | |
static uint32_t | to_uint32 (wchar_t value) noexcept |
Convert char32_t to uint32. | |
static uint64_t | to_uint64 (bool value) noexcept |
Convert bool to uint64. | |
static uint64_t | to_uint64 (byte_t value) noexcept |
Convert byte_t to uint64. | |
static uint64_t | to_uint64 (char value) noexcept |
Convert char to uint64. | |
static uint64_t | to_uint64 (char16_t value) noexcept |
Convert char16_t to uint64. | |
static uint64_t | to_uint64 (char32_t value) noexcept |
Convert char32_t to uint64. | |
static uint64_t | to_uint64 (char8_t value) noexcept |
Convert char8_t to uint64. | |
static uint64_t | to_uint64 (const xtd::ustring &value) |
Convert string to uint64. | |
static uint64_t | to_uint64 (const xtd::ustring &value, byte_t from_base) |
Convert string to uint64. | |
static uint64_t | to_uint64 (decimal_t value) |
Convert decimal_t to uint64. | |
static uint64_t | to_uint64 (double value) |
Convert double to uint64. | |
static uint64_t | to_uint64 (float value) |
Convert float to uint64. | |
static uint64_t | to_uint64 (int16_t value) |
Convert int16_t to uint64. | |
static uint64_t | to_uint64 (int32_t value) |
Convert int32_t to uint64. | |
static uint64_t | to_uint64 (int64_t value) |
Convert int64_t to uint64. | |
static uint64_t | to_uint64 (llong_t value) |
Convert llong_t to uint64. | |
static uint64_t | to_uint64 (sbyte_t value) |
Convert sbyte_t to uint64. | |
static uint64_t | to_uint64 (std::any value) |
Convert std::any to uint64. | |
static uint64_t | to_uint64 (uint16_t value) noexcept |
Convert uint16_t to uint64. | |
static uint64_t | to_uint64 (uint32_t value) noexcept |
Convert uint32_t to uint64. | |
static uint64_t | to_uint64 (uint64_t value) noexcept |
Convert uint64_t to uint64. | |
static uint64_t | to_uint64 (ullong_t value) noexcept |
Convert llong_t to uint64. | |
static uint64_t | to_uint64 (wchar_t value) noexcept |
Convert char32_t to uint64. | |
template<typename type_t > | |
static ullong_t | to_ullong (type_t value) noexcept |
Convert type_t to ullong. | |
static ustring | to_ustring (bool value) noexcept |
Convert bool to ustring. | |
static ustring | to_ustring (byte_t value) noexcept |
Convert byte_t to ustring. | |
static ustring | to_ustring (byte_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_ustring (char value) noexcept |
Convert char to ustring. | |
static ustring | to_ustring (char16_t value) noexcept |
Convert char16_t to ustring. | |
static ustring | to_ustring (char32_t value) noexcept |
Convert char32_t to ustring. | |
static ustring | to_ustring (char8_t value) noexcept |
Convert char8_t to ustring. | |
static ustring | to_ustring (const xtd::ustring &value) |
Convert string to ustring. | |
static ustring | to_ustring (decimal_t value) |
Convert decimal_t to ustring. | |
static ustring | to_ustring (double value) |
Convert double to ustring. | |
static ustring | to_ustring (float value) |
Convert float to ustring. | |
static ustring | to_ustring (int16_t value) |
Convert int16_t to ustring. | |
static ustring | to_ustring (int16_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_ustring (int32_t value) |
Convert int32_t to ustring. | |
static ustring | to_ustring (int32_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_ustring (int64_t value) |
Convert int64_t to ustring. | |
static ustring | to_ustring (int64_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_ustring (llong_t value) |
Convert llong_t to ustring. | |
static ustring | to_ustring (llong_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_ustring (sbyte_t value) |
Convert sbyte_t to ustring. | |
static ustring | to_ustring (sbyte_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_ustring (std::any value) |
Convert std::any to ustring. | |
template<typename type_t > | |
static ustring | to_ustring (type_t value) noexcept |
Convert type_t to ustring. | |
static ustring | to_ustring (uint16_t value) noexcept |
Convert uint16_t to ustring. | |
static ustring | to_ustring (uint16_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_ustring (uint32_t value) noexcept |
Convert uint32_t to ustring. | |
static ustring | to_ustring (uint32_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_ustring (uint64_t value) noexcept |
Convert uint64_t to ustring. | |
static ustring | to_ustring (uint64_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_ustring (ullong_t value) noexcept |
Convert llong_t to ustring. | |
static ustring | to_ustring (ullong_t value, byte_t from_base) |
Convert string to ustring. | |
static ustring | to_ustring (wchar_t value) noexcept |
Convert char32_t to ustring. | |
static wchar_t | to_wchar (bool value) |
Convert bool to wchar. | |
static wchar_t | to_wchar (byte_t value) noexcept |
Convert byte_t to wchar. | |
static wchar_t | to_wchar (char value) noexcept |
Convert char to wchar. | |
static wchar_t | to_wchar (char16_t value) noexcept |
Convert char16_t to wchar. | |
static wchar_t | to_wchar (char32_t value) |
Convert char32_t to wchar. | |
static wchar_t | to_wchar (char8_t value) noexcept |
Convert char8_t to wchar. | |
static wchar_t | to_wchar (const xtd::ustring &value) |
Convert string to wchar. | |
static wchar_t | to_wchar (decimal_t value) |
Convert decimal_t to wchar. | |
static wchar_t | to_wchar (double value) |
Convert double to wchar. | |
static wchar_t | to_wchar (float value) |
Convert float to wchar. | |
static wchar_t | to_wchar (int16_t value) |
Convert int16_t to wchar. | |
static wchar_t | to_wchar (int32_t value) |
Convert int32_t to wchar. | |
static wchar_t | to_wchar (int64_t value) |
Convert int64_t to wchar. | |
static wchar_t | to_wchar (llong_t value) |
Convert llong_t to wchar. | |
static wchar_t | to_wchar (sbyte_t value) |
Convert sbyte_t to wchar. | |
static wchar_t | to_wchar (std::any value) |
Convert std::any to wchar. | |
template<typename type_t > | |
static wchar_t | to_wchar (type_t value) noexcept |
Convert type_t to wchar. | |
static wchar_t | to_wchar (uint16_t value) noexcept |
Convert uint16_t to wchar. | |
static wchar_t | to_wchar (uint32_t value) |
Convert uint32_t to wchar. | |
static wchar_t | to_wchar (uint64_t value) |
Convert uint64_t to wchar. | |
static wchar_t | to_wchar (ullong_t value) |
Convert llong_t to wchar. | |
static wchar_t | to_wchar (wchar_t value) noexcept |
Convert char32_t to wchar. | |
|
staticnoexcept |
Convert bool to std::any.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert char to std::any.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to std::any.
value | object to convert. |
|
static |
Convert char8_t to std::any.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. char8_t value = u8'a';
any result = convert::to_any(value);
|
|
staticnoexcept |
Convert string to std::any.
value | object to convert. |
|
staticnoexcept |
Convert decimal_t 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_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert int32_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert int64_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert sbyte_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert std::any to std::any.
value | object to convert. |
|
inlinestatic |
Convert type_t to bool.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert uint32_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert uint64_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert wchar_t to std::any.
value | object to convert. |
|
staticnoexcept |
Convert bool to bool.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to bool.
value | object to convert. |
|
static |
Convert char to bool.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. char value = 'a';
bool result = convert::to_boolean(value);
|
|
static |
Convert char16_t to bool.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. bool result = convert::to_boolean(value);
|
|
static |
Convert char32_t to bool.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. char32_t value = U'a';
bool result = convert::to_boolean(value);
|
|
static |
Convert char8_t to bool.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. char8_t value = u8'a';
bool result = convert::to_boolean(value);
|
|
static |
Convert string to bool.
value | object to convert. |
xtd::atgument_exception | value does not represent a bool. |
|
staticnoexcept |
Convert decimal_t 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_t to bool.
value | object to convert. |
|
staticnoexcept |
Convert int32_t to bool.
value | object to convert. |
|
staticnoexcept |
Convert int64_t to bool.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to bool.
value | object to convert. |
|
staticnoexcept |
Convert sbyte_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. |
|
inlinestaticnoexcept |
Convert type_t to bool.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to bool.
value | object to convert. |
|
staticnoexcept |
Convert uint32_t to bool.
value | object to convert. |
|
staticnoexcept |
Convert uint64_t to bool.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to bool.
value | object to convert. |
|
static |
Convert wchar_t to bool.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. wchar_t value = L'a';
bool result = convert::to_boolean(value);
|
|
staticnoexcept |
Convert bool to byte.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to byte.
value | object to convert. |
|
staticnoexcept |
Convert char to byte.
value | object to convert. |
|
static |
Convert char16_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert char32_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert char8_t to byte.
value | object to convert. |
|
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. |
|
static |
Convert decimal_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::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<byte_t>::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<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int32_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert llong_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert sbyte_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
|
static |
Convert std::any to byte.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to byte.
value | object to convert. |
|
static |
Convert uint16_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint32_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint64_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert char32_t to byte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert bool to char.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to char.
value | object to convert. |
|
staticnoexcept |
Convert char to char.
value | object to convert. |
|
static |
Convert char16_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert char32_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert char8_t to char.
value | object to convert. |
|
static |
Convert string to char.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert decimal_t 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<byte_t>::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<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int32_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert llong_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert sbyte_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
|
static |
Convert std::any to char.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to char.
value | object to convert. |
|
static |
Convert uint16_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint32_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint64_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert char32_t to char.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert bool to char16.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to char16.
value | object to convert. |
|
staticnoexcept |
Convert char to char16.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to char16.
value | object to convert. |
|
static |
Convert char32_t to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert char8_t to char16.
value | object to convert. |
|
static |
Convert string to char16.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert decimal_t 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<byte_t>::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<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int32_t to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert llong_t to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert sbyte_t to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
|
static |
Convert std::any to char16.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to char16.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to char16.
value | object to convert. |
|
static |
Convert uint32_t to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint64_t to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to char16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
staticnoexcept |
Convert char32_t to char16.
value | object to convert. |
|
static |
Convert bool to char32.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to char32.
value | object to convert. |
|
staticnoexcept |
Convert char to char32.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to char32.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to char32.
value | object to convert. |
|
staticnoexcept |
Convert char8_t to char32.
value | object to convert. |
|
static |
Convert string to char32.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert decimal_t 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<byte_t>::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<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int32_t to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert llong_t to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert sbyte_t to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
|
static |
Convert std::any to char32.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to char32.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to char32.
value | object to convert. |
|
staticnoexcept |
Convert uint32_t to char32.
value | object to convert. |
|
static |
Convert uint64_t to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to char32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
staticnoexcept |
Convert char32_t to char32.
value | object to convert. |
|
static |
Convert bool to char8.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to char8.
value | object to convert. |
|
staticnoexcept |
Convert char to char8.
value | object to convert. |
|
static |
Convert char16_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert char32_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert char8_t to char8.
value | object to convert. |
|
static |
Convert string to char8.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert decimal_t 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<byte_t>::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<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int32_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert llong_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert sbyte_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
|
static |
Convert std::any to char8.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to char8.
value | object to convert. |
|
static |
Convert uint16_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint32_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint64_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert char32_t to char8.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert bool to decimal.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert char to decimal.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert char8_t to decimal.
value | object to convert. |
|
static |
Convert string to decimal.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
staticnoexcept |
Convert decimal_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert double to decimal.
value | object to convert. |
|
staticnoexcept |
Convert float to decimal.
value | object to convert. |
|
staticnoexcept |
Convert int16_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert int32_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert int64_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert sbyte_t to decimal.
value | object to convert. |
|
static |
Convert std::any to decimal.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert uint32_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert uint64_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to decimal.
value | object to convert. |
|
staticnoexcept |
Convert bool to double.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to double.
value | object to convert. |
|
staticnoexcept |
Convert char to double.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to double.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to double.
value | object to convert. |
|
staticnoexcept |
Convert char8_t to double.
value | object to convert. |
|
static |
Convert string to double.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
staticnoexcept |
Convert decimal_t 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_t to double.
value | object to convert. |
|
staticnoexcept |
Convert int32_t to double.
value | object to convert. |
|
staticnoexcept |
Convert int64_t to double.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to double.
value | object to convert. |
|
staticnoexcept |
Convert sbyte_t to double.
value | object to convert. |
|
static |
Convert std::any to double.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to double.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to double.
value | object to convert. |
|
staticnoexcept |
Convert uint32_t to double.
value | object to convert. |
|
staticnoexcept |
Convert uint64_t to double.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to double.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to double.
value | object to convert. |
|
staticnoexcept |
Convert bool to int16.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to int16.
value | object to convert. |
|
staticnoexcept |
Convert char to int16.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to int16.
value | object to convert. |
|
static |
Convert char32_t to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert char8_t to int16.
value | object to convert. |
|
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. |
|
static |
Convert decimal_t to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::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<byte_t>::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<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert int16_t to int16.
value | object to convert. |
|
static |
Convert int32_t to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert llong_t to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert sbyte_t to int16.
value | object to convert. |
|
static |
Convert std::any to int16.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to int16.
value | object to convert. |
|
static |
Convert uint16_t to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint32_t to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint64_t to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to int16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
staticnoexcept |
Convert char32_t to int16.
value | object to convert. |
|
staticnoexcept |
Convert bool to int32.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to int32.
value | object to convert. |
|
staticnoexcept |
Convert char to int32.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to int32.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to int32.
value | object to convert. |
|
staticnoexcept |
Convert char8_t to int32.
value | object to convert. |
|
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. |
|
static |
Convert decimal_t to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::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<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert float to int32.
value | object to convert. |
|
staticnoexcept |
Convert int16_t to int32.
value | object to convert. |
|
staticnoexcept |
Convert int32_t to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to int32.
value | object to convert. |
|
static |
Convert llong_t to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert sbyte_t to int32.
value | object to convert. |
|
static |
Convert std::any to int32.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to int32.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to int32.
value | object to convert. |
|
static |
Convert uint32_t to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint64_t to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to int32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
staticnoexcept |
Convert char32_t to int32.
value | object to convert. |
|
staticnoexcept |
Convert bool to int64.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to int64.
value | object to convert. |
|
staticnoexcept |
Convert char to int64.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to int64.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to int64.
value | object to convert. |
|
staticnoexcept |
Convert char8_t to int64.
value | object to convert. |
|
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. |
|
staticnoexcept |
Convert decimal_t to int64.
value | object to convert. |
|
staticnoexcept |
Convert double to int64.
value | object to convert. |
|
staticnoexcept |
Convert float to int64.
value | object to convert. |
|
staticnoexcept |
Convert int16_t to int64.
value | object to convert. |
|
staticnoexcept |
Convert int32_t to int64.
value | object to convert. |
|
staticnoexcept |
Convert int64_t to int64.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to int64.
value | object to convert. |
|
staticnoexcept |
Convert sbyte_t to int64.
value | object to convert. |
|
static |
Convert std::any to int64.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to int64.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to int64.
value | object to convert. |
|
staticnoexcept |
Convert uint32_t to int64.
value | object to convert. |
|
static |
Convert uint64_t to int64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to int64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
staticnoexcept |
Convert char32_t to int64.
value | object to convert. |
|
staticnoexcept |
Convert bool to llong.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to llong.
value | object to convert. |
|
staticnoexcept |
Convert char to llong.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to llong.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to llong.
value | object to convert. |
|
staticnoexcept |
Convert char8_t to llong.
value | object to convert. |
|
static |
Convert string to llong.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert string to llong.
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 llong. |
|
staticnoexcept |
Convert decimal_t to llong.
value | object to convert. |
|
staticnoexcept |
Convert double to llong.
value | object to convert. |
|
staticnoexcept |
Convert float to llong.
value | object to convert. |
|
staticnoexcept |
Convert int16_t to llong.
value | object to convert. |
|
staticnoexcept |
Convert int32_t to llong.
value | object to convert. |
|
staticnoexcept |
Convert int64_t to llong.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to llong.
value | object to convert. |
|
staticnoexcept |
Convert sbyte_t to llong.
value | object to convert. |
|
static |
Convert std::any to llong.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to llong.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to llong.
value | object to convert. |
|
staticnoexcept |
Convert uint32_t to llong.
value | object to convert. |
|
static |
Convert uint64_t to llong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to llong.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
staticnoexcept |
Convert char32_t to llong.
value | object to convert. |
|
staticnoexcept |
Convert bool to sbyte.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to sbyte.
value | object to convert. |
|
staticnoexcept |
Convert char to sbyte.
value | object to convert. |
|
static |
Convert char16_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert char32_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert char8_t to sbyte.
value | object to convert. |
|
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. |
|
static |
Convert decimal_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::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<byte_t>::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<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int32_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert llong_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert sbyte_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
|
static |
Convert std::any to sbyte.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to sbyte.
value | object to convert. |
|
static |
Convert uint16_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint32_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint64_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert char32_t to sbyte.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert bool to single.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to single.
value | object to convert. |
|
staticnoexcept |
Convert char to single.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to single.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to single.
value | object to convert. |
|
staticnoexcept |
Convert char8_t to single.
value | object to convert. |
|
static |
Convert string to single.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
staticnoexcept |
Convert decimal_t 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_t to single.
value | object to convert. |
|
staticnoexcept |
Convert int32_t to single.
value | object to convert. |
|
staticnoexcept |
Convert int64_t to single.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to single.
value | object to convert. |
|
staticnoexcept |
Convert sbyte_t to single.
value | object to convert. |
|
static |
Convert std::any to single.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to single.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to single.
value | object to convert. |
|
staticnoexcept |
Convert uint32_t to single.
value | object to convert. |
|
staticnoexcept |
Convert uint64_t to single.
value | object to convert. |
|
staticnoexcept |
Convert llong_t to single.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to single.
value | object to convert. |
|
staticnoexcept |
Convert bool to ustring.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to ustring.
value | object to convert. |
|
static |
Convert string to ustring.
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 ustring.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to ustring.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to ustring.
value | object to convert. |
|
staticnoexcept |
Convert char8_t to ustring.
value | object to convert. |
|
static |
Convert string to ustring.
value | object to convert. |
|
static |
Convert decimal_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert double to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert float to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert string to ustring.
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 int32_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert string to ustring.
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 int64_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert string to ustring.
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 llong_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert string to ustring.
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 sbyte_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert string to ustring.
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 std::any to ustring.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to ustring.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to ustring.
value | object to convert. |
|
static |
Convert string to ustring.
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 uint32_t to ustring.
value | object to convert. |
|
static |
Convert string to ustring.
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 uint64_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert string to ustring.
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 llong_t to ustring.
value | object to convert. |
|
static |
Convert string to ustring.
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 char32_t to ustring.
value | object to convert. |
|
staticnoexcept |
Convert bool to uint16.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to uint16.
value | object to convert. |
|
staticnoexcept |
Convert char to uint16.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to uint16.
value | object to convert. |
|
static |
Convert char32_t to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert char8_t to uint16.
value | object to convert. |
|
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. |
|
static |
Convert decimal_t to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::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<byte_t>::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<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert int32_t to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert llong_t to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert sbyte_t to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert std::any to uint16.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to uint16.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to uint16.
value | object to convert. |
|
static |
Convert uint32_t to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint64_t to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to uint16.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
staticnoexcept |
Convert char32_t to uint16.
value | object to convert. |
|
staticnoexcept |
Convert bool to uint32.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to uint32.
value | object to convert. |
|
staticnoexcept |
Convert char to uint32.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to uint32.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to uint32.
value | object to convert. |
|
staticnoexcept |
Convert char8_t to uint32.
value | object to convert. |
|
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. |
|
static |
Convert decimal_t to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::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<byte_t>::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<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert int32_t to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert llong_t to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert sbyte_t to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert std::any to uint32.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to uint32.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to uint32.
value | object to convert. |
|
staticnoexcept |
Convert uint32_t to uint32.
value | object to convert. |
|
static |
Convert uint64_t to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to uint32.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
staticnoexcept |
Convert char32_t to uint32.
value | object to convert. |
|
staticnoexcept |
Convert bool to uint64.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to uint64.
value | object to convert. |
|
staticnoexcept |
Convert char to uint64.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to uint64.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to uint64.
value | object to convert. |
|
staticnoexcept |
Convert char8_t 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. |
|
static |
Convert decimal_t to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::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<byte_t>::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<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert int32_t to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert llong_t to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert sbyte_t to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert std::any to uint64.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to uint64.
value | object to convert. |
|
staticnoexcept |
Convert uint32_t to uint64.
value | object to convert. |
|
staticnoexcept |
Convert uint64_t to uint64.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
staticnoexcept |
Convert llong_t to uint64.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to uint64.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to ullong.
value | object to convert. |
|
staticnoexcept |
Convert bool to ustring.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to ustring.
value | object to convert. |
|
static |
Convert string to ustring.
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 ustring.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to ustring.
value | object to convert. |
|
staticnoexcept |
Convert char32_t to ustring.
value | object to convert. |
|
staticnoexcept |
Convert char8_t to ustring.
value | object to convert. |
|
static |
Convert string to ustring.
value | object to convert. |
|
static |
Convert decimal_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert double to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert float to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert string to ustring.
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 int32_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert string to ustring.
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 int64_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert string to ustring.
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 llong_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert string to ustring.
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 sbyte_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert string to ustring.
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 std::any to ustring.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to ustring.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to ustring.
value | object to convert. |
|
static |
Convert string to ustring.
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 uint32_t to ustring.
value | object to convert. |
|
static |
Convert string to ustring.
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 uint64_t to ustring.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert string to ustring.
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 llong_t to ustring.
value | object to convert. |
|
static |
Convert string to ustring.
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 char32_t to ustring.
value | object to convert. |
|
static |
Convert bool to wchar.
value | object to convert. |
|
staticnoexcept |
Convert byte_t to wchar.
value | object to convert. |
|
staticnoexcept |
Convert char to wchar.
value | object to convert. |
|
staticnoexcept |
Convert char16_t to wchar.
value | object to convert. |
|
static |
Convert char32_t to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
staticnoexcept |
Convert char8_t to wchar.
value | object to convert. |
|
static |
Convert string to wchar.
value | object to convert. |
xtd::atgument_exception | value does not represent a byte. |
|
static |
Convert decimal_t 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<byte_t>::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<byte_t>::max() or is less than 0. |
|
static |
Convert int16_t to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int32_t to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert int64_t to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert llong_t to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max() or is less than 0. |
|
static |
Convert sbyte_t to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is less than 0. |
|
static |
Convert std::any to wchar.
value | object to convert. |
|
inlinestaticnoexcept |
Convert type_t to wchar.
value | object to convert. |
|
staticnoexcept |
Convert uint16_t to wchar.
value | object to convert. |
|
static |
Convert uint32_t to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert uint64_t to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
static |
Convert llong_t to wchar.
value | object to convert. |
xtd::overflow_exception | value represents a number that is greater than std::numric_limit<byte_t>::max(). |
|
staticnoexcept |
Convert char32_t to wchar.
value | object to convert. |