Static Public Member Functions | |
static ASPOSECPP_SHARED_API SharedPtr< Object > | ChangeType (const SharedPtr< Object > &value, const TypeInfo &conversion_type) |
template<typename T > | |
static std::enable_if_t<!IsSmartPtr< T >::value, bool > | IsDBNull (const T &) |
template<typename T > | |
static bool | IsDBNull (const SharedPtr< T > &value) |
static ASPOSECPP_SHARED_API int | ToBase64CharArray (const ArrayPtr< uint8_t > &in_array, int offset_in, int length, const ArrayPtr< char16_t > &out_array, int offset_out, bool insert_line_breaks=false) |
static ASPOSECPP_SHARED_API String | ToBase64String (const ArrayPtr< uint8_t > &in_array, bool insert_line_breaks=false) |
static ASPOSECPP_SHARED_API String | ToBase64String (const ArrayPtr< uint8_t > &in_array, int offset_in, int length, bool insert_line_breaks=false) |
static ASPOSECPP_SHARED_API int | ToBase64CharArray (const ArrayPtr< uint8_t > &in_array, int offset_in, int length, const ArrayPtr< char_t > &out_array, int offset_out, Base64FormattingOptions options) |
static ASPOSECPP_SHARED_API String | ToBase64String (const ArrayPtr< uint8_t > &in_array, Base64FormattingOptions options) |
static ASPOSECPP_SHARED_API String | ToBase64String (const ArrayPtr< uint8_t > &in_array, int offset_in, int length, Base64FormattingOptions options) |
static ASPOSECPP_SHARED_API ArrayPtr< uint8_t > | FromBase64CharArray (const ArrayPtr< char_t > &in_array, int offset, int length) |
static ASPOSECPP_SHARED_API ArrayPtr< uint8_t > | FromBase64String (const String &s) |
static constexpr bool | ToBoolean (bool value) |
Returns the specified boolean value. More... | |
static constexpr bool | ToBoolean (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent boolean value. More... | |
static constexpr bool | ToBoolean (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent boolean value. More... | |
static constexpr bool | ToBoolean (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent boolean value. More... | |
static constexpr bool | ToBoolean (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent boolean value. More... | |
static constexpr bool | ToBoolean (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent boolean value. More... | |
static constexpr bool | ToBoolean (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent boolean value. More... | |
static constexpr bool | ToBoolean (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent boolean value. More... | |
static constexpr bool | ToBoolean (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent boolean value. More... | |
static constexpr bool | ToBoolean (float value) |
Converts the specified float number to an equivalent boolean value. More... | |
static constexpr bool | ToBoolean (double value) |
Converts the specified double number to an equivalent boolean value. More... | |
static bool | ToBoolean (const Decimal &value) |
Converts the specified decimal number to an equivalent boolean value. More... | |
static ASPOSECPP_SHARED_API bool | ToBoolean (char_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API bool | ToBoolean (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr bool | ToBoolean (std::nullptr_t) |
static bool | ToBoolean (const char_t *value) |
static ASPOSECPP_SHARED_API bool | ToBoolean (const String &value) |
static bool | ToBoolean (const String &value, const SharedPtr< IFormatProvider > &) |
static constexpr uint8_t | ToByte (bool value) |
Converts the specified boolean value to an equivalent 8-bit unsigned integer. More... | |
static constexpr uint8_t | ToByte (uint8_t value) |
Returns the specified 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (float value) |
Converts the specified float number to an equivalent 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (double value) |
Converts the specified double number to an equivalent 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const Decimal &value) |
Converts the specified decimal number to an equivalent 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (char_t value) |
Converts the specified unicode character to an equivalent 8-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint8_t | ToByte (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr uint8_t | ToByte (std::nullptr_t) |
static uint8_t | ToByte (const char_t *value) |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const String &value) |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const String &value, int from_base) |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const String &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const String &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const String &value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static uint8_t | ToByte (const String &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const String &value, Globalization::NumberStyles styles, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr) |
static constexpr int8_t | ToSByte (bool value) |
Converts the specified boolean value to an equivalent 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent 8-bit signed integer. More... | |
static constexpr int8_t | ToSByte (int8_t value) |
Returns the specified 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (float value) |
Converts the specified float number to an equivalent 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (double value) |
Converts the specified double number to an equivalent 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const Decimal &value) |
Converts the specified decimal number to an equivalent 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (char_t value) |
Converts the specified unicode character to an equivalent 8-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int8_t | ToSByte (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr int8_t | ToSByte (std::nullptr_t) |
static int8_t | ToSByte (const char_t *value) |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const String &value) |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const String &value, int from_base) |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const String &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const String &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const String &value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static int8_t | ToSByte (const String &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const String &value, Globalization::NumberStyles styles, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API char_t | ToChar (bool value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr char_t | ToChar (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent unicode character. More... | |
static ASPOSECPP_SHARED_API char_t | ToChar (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent unicode character. More... | |
static constexpr char_t | ToChar (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent unicode character. More... | |
static ASPOSECPP_SHARED_API char_t | ToChar (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent unicode character. More... | |
static ASPOSECPP_SHARED_API char_t | ToChar (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent unicode character. More... | |
static ASPOSECPP_SHARED_API char_t | ToChar (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent unicode character. More... | |
static ASPOSECPP_SHARED_API char_t | ToChar (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent unicode character. More... | |
static ASPOSECPP_SHARED_API char_t | ToChar (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent unicode character. More... | |
static ASPOSECPP_SHARED_API char_t | ToChar (float value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API char_t | ToChar (double value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API char_t | ToChar (const Decimal &value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr char_t | ToChar (char_t value) |
Returns the specified unicode character. More... | |
static ASPOSECPP_SHARED_API char_t | ToChar (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API char_t | ToChar (const char_t *value) |
static char_t | ToChar (const String &value) |
static char_t | ToChar (const String &value, const SharedPtr< IFormatProvider > &) |
static constexpr int16_t | ToInt16 (bool value) |
Converts the specified boolean value to an equivalent 16-bit signed integer. More... | |
static constexpr int16_t | ToInt16 (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent 16-bit signed integer. More... | |
static constexpr int16_t | ToInt16 (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent 16-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent 16-bit signed integer. More... | |
static constexpr int16_t | ToInt16 (int16_t value) |
Returns the specified 16-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent 16-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent 16-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent 16-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent 16-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (float value) |
Converts the specified float number to an equivalent 16-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (double value) |
Converts the specified double number to an equivalent 16-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const Decimal &value) |
Converts the specified decimal number to an equivalent 16-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (char_t value) |
Converts the specified unicode character to an equivalent 16-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr int16_t | ToInt16 (std::nullptr_t) |
static int16_t | ToInt16 (const char_t *value) |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const String &value) |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const String &value, int from_base) |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const String &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const String &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const String &value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static int16_t | ToInt16 (const String &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const String &value, Globalization::NumberStyles styles, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr) |
static constexpr uint16_t | ToUInt16 (bool value) |
Converts the specified boolean value to an equivalent 16-bit unsigned integer. More... | |
static constexpr uint16_t | ToUInt16 (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent 16-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent 16-bit unsigned integer. More... | |
static constexpr uint16_t | ToUInt16 (uint16_t value) |
Returns the specified 16-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent 16-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent 16-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent 16-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent 16-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent 16-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (float value) |
Converts the specified float number to an equivalent 16-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (double value) |
Converts the specified double number to an equivalent 16-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const Decimal &value) |
Converts the specified decimal number to an equivalent 16-bit unsigned integer. More... | |
static constexpr uint16_t | ToUInt16 (char_t value) |
Converts the specified unicode character to an equivalent 16-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr uint16_t | ToUInt16 (std::nullptr_t) |
static uint16_t | ToUInt16 (const char_t *value) |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const String &value) |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const String &value, int from_base) |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const String &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const String &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const String &value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static uint16_t | ToUInt16 (const String &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const String &value, Globalization::NumberStyles styles, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr) |
static constexpr int | ToInt32 (bool value) |
Converts the specified boolean value to an equivalent 32-bit signed integer. More... | |
static constexpr int | ToInt32 (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent 32-bit signed integer. More... | |
static constexpr int | ToInt32 (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent 32-bit signed integer. More... | |
static constexpr int | ToInt32 (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent 32-bit signed integer. More... | |
static constexpr int | ToInt32 (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent 32-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int | ToInt32 (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent 32-bit signed integer. More... | |
static constexpr int | ToInt32 (int32_t value) |
Returns the specified 32-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int | ToInt32 (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent 32-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int | ToInt32 (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent 32-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int | ToInt32 (float value) |
Converts the specified float number to an equivalent 32-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int | ToInt32 (double value) |
Converts the specified double number to an equivalent 32-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int | ToInt32 (const Decimal &value) |
Converts the specified decimal number to an equivalent 32-bit signed integer. More... | |
static constexpr int | ToInt32 (char_t value) |
Converts the specified unicode character to an equivalent 32-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int | ToInt32 (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr int | ToInt32 (std::nullptr_t) |
static int | ToInt32 (const char_t *value) |
static ASPOSECPP_SHARED_API int | ToInt32 (const String &value) |
static ASPOSECPP_SHARED_API int | ToInt32 (const String &value, int from_base) |
static ASPOSECPP_SHARED_API int | ToInt32 (const String &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API int | ToInt32 (const String &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API int | ToInt32 (const String &value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static int | ToInt32 (const String &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API int | ToInt32 (const String &value, Globalization::NumberStyles styles, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API int | ToInt32 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API int | ToInt32 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API int | ToInt32 (const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr) |
static constexpr uint32_t | ToUInt32 (bool value) |
Converts the specified boolean value to an equivalent 32-bit unsigned integer. More... | |
static constexpr uint32_t | ToUInt32 (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent 32-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent 32-bit unsigned integer. More... | |
static constexpr uint32_t | ToUInt32 (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent 32-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent 32-bit unsigned integer. More... | |
static constexpr uint32_t | ToUInt32 (uint32_t value) |
Returns the specified 32-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent 32-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent 32-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent 32-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (float value) |
Converts the specified float number to an equivalent 32-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (double value) |
Converts the specified double number to an equivalent 32-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const Decimal &value) |
Converts the specified decimal number to an equivalent 32-bit unsigned integer. More... | |
static constexpr uint32_t | ToUInt32 (char_t value) |
Converts the specified unicode character to an equivalent 32-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr uint32_t | ToUInt32 (std::nullptr_t) |
static uint32_t | ToUInt32 (const char_t *value) |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const String &value) |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const String &value, int from_base) |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const String &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const String &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const String &value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static uint32_t | ToUInt32 (const String &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const String &value, Globalization::NumberStyles styles, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr) |
static constexpr int64_t | ToInt64 (bool value) |
Converts the specified boolean value to an equivalent 64-bit signed integer. More... | |
static constexpr int64_t | ToInt64 (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent 64-bit signed integer. More... | |
static constexpr int64_t | ToInt64 (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent 64-bit signed integer. More... | |
static constexpr int64_t | ToInt64 (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent 64-bit signed integer. More... | |
static constexpr int64_t | ToInt64 (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent 64-bit signed integer. More... | |
static constexpr int64_t | ToInt64 (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent 64-bit signed integer. More... | |
static constexpr int64_t | ToInt64 (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent 64-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent 64-bit signed integer. More... | |
static constexpr int64_t | ToInt64 (int64_t value) |
Returns the specified 64-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (float value) |
Converts the specified float number to an equivalent 64-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (double value) |
Converts the specified double number to an equivalent 64-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const Decimal &value) |
Converts the specified decimal number to an equivalent 64-bit signed integer. More... | |
static constexpr int64_t | ToInt64 (char_t value) |
Converts the specified unicode character to an equivalent 64-bit signed integer. More... | |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr int64_t | ToInt64 (std::nullptr_t) |
static int64_t | ToInt64 (const char_t *value) |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const String &value) |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const String &value, int from_base) |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const String &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const String &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const String &value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static int64_t | ToInt64 (const String &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const String &value, Globalization::NumberStyles styles, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr) |
static constexpr uint64_t | ToUInt64 (bool value) |
Converts the specified boolean value to an equivalent 64-bit unsigned integer. More... | |
static constexpr uint64_t | ToUInt64 (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent 64-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent 64-bit unsigned integer. More... | |
static constexpr uint64_t | ToUInt64 (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent 64-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent 64-bit unsigned integer. More... | |
static constexpr uint64_t | ToUInt64 (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent 64-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent 64-bit unsigned integer. More... | |
static constexpr uint64_t | ToUInt64 (uint64_t value) |
Returns the specified 64-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent 64-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (float value) |
Converts the specified float number to an equivalent 64-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (double value) |
Converts the specified double number to an equivalent 64-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const Decimal &value) |
Converts the specified decimal number to an equivalent 64-bit unsigned integer. More... | |
static constexpr uint64_t | ToUInt64 (char_t value) |
Converts the specified unicode character to an equivalent 64-bit unsigned integer. More... | |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr uint64_t | ToUInt64 (std::nullptr_t) |
static uint64_t | ToUInt64 (const char_t *value) |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const String &value) |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const String &value, int from_base) |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const String &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const String &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const String &value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static uint64_t | ToUInt64 (const String &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const String &value, Globalization::NumberStyles styles, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr) |
static constexpr float | ToSingle (bool value) |
Converts the specified boolean value to an equivalent single-precision floating-point number. More... | |
static constexpr float | ToSingle (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent single-precision floating-point number. More... | |
static constexpr float | ToSingle (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent single-precision floating-point number. More... | |
static constexpr float | ToSingle (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent single-precision floating-point number. More... | |
static constexpr float | ToSingle (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent single-precision floating-point number. More... | |
static constexpr float | ToSingle (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent single-precision floating-point number. More... | |
static constexpr float | ToSingle (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent single-precision floating-point number. More... | |
static constexpr float | ToSingle (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent single-precision floating-point number. More... | |
static constexpr float | ToSingle (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent single-precision floating-point number. More... | |
static constexpr float | ToSingle (float value) |
Returns the specified float number. More... | |
static constexpr float | ToSingle (double value) |
Converts the specified double-precision number to an equivalent single-precision floating-point number. More... | |
static float | ToSingle (const Decimal &value) |
Converts the specified decimal number to an equivalent single-precision floating-point number. More... | |
static ASPOSECPP_SHARED_API float | ToSingle (char_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API float | ToSingle (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr float | ToSingle (std::nullptr_t) |
static float | ToSingle (const char_t *value) |
static ASPOSECPP_SHARED_API float | ToSingle (const String &value) |
static ASPOSECPP_SHARED_API float | ToSingle (const String &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API float | ToSingle (const String &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API float | ToSingle (const String &value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static float | ToSingle (const String &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API float | ToSingle (const String &value, Globalization::NumberStyles styles, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API float | ToSingle (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API float | ToSingle (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API float | ToSingle (const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr) |
static constexpr double | ToDouble (bool value) |
Converts the specified boolean value to an equivalent double-precision floating-point number. More... | |
static constexpr double | ToDouble (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent double-precision floating-point number. More... | |
static constexpr double | ToDouble (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent double-precision floating-point number. More... | |
static constexpr double | ToDouble (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent double-precision floating-point number. More... | |
static constexpr double | ToDouble (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent double-precision floating-point number. More... | |
static constexpr double | ToDouble (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent double-precision floating-point number. More... | |
static constexpr double | ToDouble (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent double-precision floating-point number. More... | |
static constexpr double | ToDouble (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent double-precision floating-point number. More... | |
static constexpr double | ToDouble (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent double-precision floating-point number. More... | |
static constexpr double | ToDouble (float value) |
Converts the specified single-precision number to an equivalent double-precision floating-point number. More... | |
static constexpr double | ToDouble (double value) |
Returns the specified double number. More... | |
static double | ToDouble (const Decimal &value) |
Converts the specified decimal number to an equivalent double-precision floating-point number. More... | |
static ASPOSECPP_SHARED_API double | ToDouble (char_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API double | ToDouble (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr double | ToDouble (std::nullptr_t) |
static double | ToDouble (const char_t *value) |
static ASPOSECPP_SHARED_API double | ToDouble (const String &value) |
static ASPOSECPP_SHARED_API double | ToDouble (const String &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API double | ToDouble (const String &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API double | ToDouble (const String &value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static double | ToDouble (const String &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API double | ToDouble (const String &value, Globalization::NumberStyles styles, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API double | ToDouble (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API double | ToDouble (const String &value, Globalization::NumberStyles styles, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API double | ToDouble (const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr) |
static Decimal | ToDecimal (bool value) |
Converts the specified boolean value to an equivalent decimal number. More... | |
static Decimal | ToDecimal (uint8_t value) |
Converts the specified 8-bit unsigned integer to an equivalent decimal number. More... | |
static Decimal | ToDecimal (int8_t value) |
Converts the specified 8-bit signed integer to an equivalent decimal number. More... | |
static Decimal | ToDecimal (uint16_t value) |
Converts the specified 16-bit unsigned integer to an equivalent decimal number. More... | |
static Decimal | ToDecimal (int16_t value) |
Converts the specified 16-bit signed integer to an equivalent decimal number. More... | |
static Decimal | ToDecimal (uint32_t value) |
Converts the specified 32-bit unsigned integer to an equivalent decimal number. More... | |
static Decimal | ToDecimal (int32_t value) |
Converts the specified 32-bit signed integer to an equivalent decimal number. More... | |
static Decimal | ToDecimal (uint64_t value) |
Converts the specified 64-bit unsigned integer to an equivalent decimal number. More... | |
static Decimal | ToDecimal (int64_t value) |
Converts the specified 64-bit signed integer to an equivalent decimal number. More... | |
static Decimal | ToDecimal (float value) |
Converts the specified float number to an equivalent decimal number. More... | |
static Decimal | ToDecimal (double value) |
Converts the specified double number to an equivalent decimal number. More... | |
static Decimal | ToDecimal (const Decimal &value) |
Returns the specified decimal number. More... | |
static ASPOSECPP_SHARED_API Decimal | ToDecimal (char_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API Decimal | ToDecimal (DateTime value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static Decimal | ToDecimal (std::nullptr_t) |
static Decimal | ToDecimal (const char_t *value) |
static ASPOSECPP_SHARED_API Decimal | ToDecimal (const String &value) |
static ASPOSECPP_SHARED_API Decimal | ToDecimal (const String &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API Decimal | ToDecimal (const String &value, Globalization::NumberStyles styles, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (bool value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (uint8_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (int8_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (uint16_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (int16_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (uint32_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (int32_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (uint64_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (int64_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (float value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (double value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (const Decimal &value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (char_t value) |
Conversion is not supported. Always throws InvalidCastException. More... | |
static constexpr DateTime | ToDateTime (DateTime value) |
Returns the specified date and time. More... | |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (const String &value) |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (const String &value, const SharedPtr< IFormatProvider > &fp) |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (const String &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (const String &value, const SharedPtr< Globalization::DateTimeFormatInfo > &dtfi) |
static DateTime | ToDateTime (const String &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (int8_t value) |
static ASPOSECPP_SHARED_API String | ToString (uint8_t value) |
static ASPOSECPP_SHARED_API String | ToString (int16_t value) |
static ASPOSECPP_SHARED_API String | ToString (uint16_t value) |
static ASPOSECPP_SHARED_API String | ToString (int32_t value) |
static ASPOSECPP_SHARED_API String | ToString (uint32_t value) |
static ASPOSECPP_SHARED_API String | ToString (int64_t value) |
static ASPOSECPP_SHARED_API String | ToString (uint64_t value) |
static ASPOSECPP_SHARED_API String | ToString (float value) |
static ASPOSECPP_SHARED_API String | ToString (double value) |
static ASPOSECPP_SHARED_API String | ToString (const Decimal &value) |
static ASPOSECPP_SHARED_API String | ToString (DateTime value) |
static ASPOSECPP_SHARED_API String | ToString (int8_t value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (int8_t value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (int8_t value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static String | ToString (int8_t value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (uint8_t value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (uint8_t value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (uint8_t value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static String | ToString (uint8_t value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (int16_t value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (int16_t value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (int16_t value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static String | ToString (int16_t value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (uint16_t value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (uint16_t value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (uint16_t value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static String | ToString (uint16_t value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (int32_t value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (int32_t value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (int32_t value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static String | ToString (int32_t value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (uint32_t value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (uint32_t value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (uint32_t value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static String | ToString (uint32_t value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (int64_t value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (int64_t value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (int64_t value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static String | ToString (int64_t value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (uint64_t value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (uint64_t value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (uint64_t value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static String | ToString (uint64_t value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (float value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (float value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (float value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static String | ToString (float value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (double value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (double value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (double value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static String | ToString (double value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (const Decimal &value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (const Decimal &value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (const Decimal &value, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static String | ToString (const Decimal &value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (DateTime value, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (DateTime value, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (DateTime value, const SharedPtr< Globalization::DateTimeFormatInfo > &dtfi) |
static String | ToString (DateTime value, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (int8_t value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (int8_t value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (int8_t value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (int8_t value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (uint8_t value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (uint8_t value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (uint8_t value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (uint8_t value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (int16_t value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (int16_t value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (int16_t value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (int16_t value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (uint16_t value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (uint16_t value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (uint16_t value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (uint16_t value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (int32_t value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (int32_t value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (int32_t value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (int32_t value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (uint32_t value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (uint32_t value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (uint32_t value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (uint32_t value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (int64_t value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (int64_t value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (int64_t value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (int64_t value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (uint64_t value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (uint64_t value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (uint64_t value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (uint64_t value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (float value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (float value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (float value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (float value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (double value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (double value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (double value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (double value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (const Decimal &value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (const Decimal &value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (const Decimal &value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (const Decimal &value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (DateTime value, const String &format, const SharedPtr< IFormatProvider > &provider) |
static ASPOSECPP_SHARED_API String | ToString (DateTime value, const String &format, const SharedPtr< Globalization::CultureInfo > &culture) |
static ASPOSECPP_SHARED_API String | ToString (DateTime value, const String &format, const SharedPtr< Globalization::NumberFormatInfo > &nfi) |
static ASPOSECPP_SHARED_API String | ToString (DateTime value, const String &format, std::nullptr_t=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (const Guid &value) |
static ASPOSECPP_SHARED_API String | ToString (const Guid &value, const String &format) |
template<size_t N> | |
static String | ToString (const char_t(&value)[N], std::nullptr_t=nullptr) |
template<size_t N> | |
static String | ToString (const char_t(&value)[N], const SharedPtr< IFormatProvider > &) |
template<size_t N> | |
static String | ToString (const char_t(&value)[N], const SharedPtr< Globalization::CultureInfo > &) |
static String | ToString (const String &value, std::nullptr_t=nullptr) |
Returns the specified value; no conversion is performed. More... | |
static String | ToString (const String &value, const SharedPtr< IFormatProvider > &) |
Returns the specified value; no conversion is performed. More... | |
static String | ToString (const String &value, const SharedPtr< Globalization::CultureInfo > &) |
Returns the specified value; no conversion is performed. More... | |
static String | ToString (const String &value, const SharedPtr< Globalization::NumberFormatInfo > &) |
Returns the specified value; no conversion is performed. More... | |
static String | ToString (char_t value, std::nullptr_t=nullptr) |
Returns the specified value; no conversion is performed. More... | |
static String | ToString (char_t value, const SharedPtr< IFormatProvider > &) |
Returns the specified value; no conversion is performed. More... | |
static String | ToString (char_t value, const SharedPtr< Globalization::CultureInfo > &) |
Returns the specified value; no conversion is performed. More... | |
static String | ToString (char_t value, const String &, const SharedPtr< IFormatProvider > &) |
Returns the specified value; no conversion is performed. More... | |
static String | ToString (char_t value, const String &, const SharedPtr< Globalization::CultureInfo > &) |
Returns the specified value; no conversion is performed. More... | |
static String | ToString (char_t value, const String &, std::nullptr_t) |
Returns the specified value; no conversion is performed. More... | |
static String | ToString (bool value, std::nullptr_t=nullptr) |
static String | ToString (bool value, const SharedPtr< IFormatProvider > &) |
static String | ToString (bool value, const SharedPtr< Globalization::CultureInfo > &) |
static String | ToString (bool value, const SharedPtr< Globalization::NumberFormatInfo > &) |
static String | ToString (bool value, const String &, const SharedPtr< IFormatProvider > &) |
static String | ToString (bool value, const String &, const SharedPtr< Globalization::CultureInfo > &) |
static String | ToString (bool value, const String &, std::nullptr_t) |
static ASPOSECPP_SHARED_API String | ToString (int8_t value, int to_base) |
static ASPOSECPP_SHARED_API String | ToString (int16_t value, int to_base) |
static ASPOSECPP_SHARED_API String | ToString (int32_t value, int to_base) |
static ASPOSECPP_SHARED_API String | ToString (int64_t value, int to_base) |
static String | ToString (uint8_t value, int to_base) |
static String | ToString (uint16_t value, int to_base) |
static String | ToString (uint32_t value, int to_base) |
template<typename Enum , typename = typename std::enable_if<std::is_enum<Enum>::value>::type> | |
static uint8_t | ToByte (Enum value) |
template<typename Enum , typename = typename std::enable_if<std::is_enum<Enum>::value>::type> | |
static int8_t | ToSByte (Enum value) |
template<typename Enum , typename = typename std::enable_if<std::is_enum<Enum>::value>::type> | |
static uint16_t | ToUInt16 (Enum value) |
template<typename Enum , typename = typename std::enable_if<std::is_enum<Enum>::value>::type> | |
static int16_t | ToInt16 (Enum value) |
template<typename Enum , typename = typename std::enable_if<std::is_enum<Enum>::value>::type> | |
static uint32_t | ToUInt32 (Enum value) |
template<typename Enum , typename = typename std::enable_if<std::is_enum<Enum>::value>::type> | |
static int32_t | ToInt32 (Enum value) |
template<typename Enum , typename = typename std::enable_if<std::is_enum<Enum>::value>::type> | |
static uint64_t | ToUInt64 (Enum value) |
template<typename Enum , typename = typename std::enable_if<std::is_enum<Enum>::value>::type> | |
static int64_t | ToInt64 (Enum value) |
static ASPOSECPP_SHARED_API bool | ToBoolean (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API char_t | ToChar (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API int | ToInt32 (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API float | ToSingle (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API double | ToDouble (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API Decimal | ToDecimal (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API DateTime | ToDateTime (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API String | ToString (const SharedPtr< Object > &obj, const SharedPtr< IFormatProvider > &provider=nullptr) |
static ASPOSECPP_SHARED_API TypeCode | GetTypeCode (const SharedPtr< Object > &obj) |
template<typename Source , typename Target > | |
static Target | To (const Source &value) |
The structure that contains methods performing conversion of values of one type to the values of another type. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type.
|
static |
NOT IMPLEMENTED
NotImplementedException | Always |
|
static |
Decodes base-64 encoded data represented as a range in the array of Unicode characters.
in_array | The array containing the data to decode |
offset | The position in the input array at which the range to decode begins |
length | The length of the range to decode |
|
static |
Decodes base-64 encoded data represented as a string.
s | The string containing the base-64 encoded data to decode |
|
static |
Returns a TypeCode value representing the type of the specified boxed value.
obj | The shared pointer to the object boxing the value the type of which is to be returned |
|
inlinestatic |
NOT IMPLEMENTED
NotImplementedException | Always |
|
inlinestatic |
NOT IMPLEMENTED Fake implementation, checks if value is nullptr
|
static |
|
static |
Base-64 encodes a range of elements in the specified byte array and stores the encoded data as an array of Unicode characters.
in_array | The array of bytes containing the range of elements to encode |
offset_in | An index of an element in the input array at which the range to encode begins |
length | The length of the range of elements to encode |
out_array | A constant reference to the output array to which the resulting data is to be put |
offset_out | An index in the output array at which to start putting the resulting data |
insert_line_breaks | Specifies whether the line break characters are to be inserted in the output array after every 76 base-64 characters |
|
static |
Base-64 encodes a range of elements in the specified byte array and stores the encoded data as an array of Unicode characters.
in_array | The array of bytes containing the range of elements to encode |
offset_in | An index of an element in the input array at which the range to encode begins |
length | The length of the range of elements to encode |
out_array | A constant reference to the output array to which the resulting data is to be put |
offset_out | An index in the output array at which to start putting the resulting data |
options | Specifies formatting options of base-64 encoded data |
|
static |
Base-64 encodes elements in the specified byte array and returns the encoded data as a string.
in_array | The array of bytes to encode |
insert_line_breaks | Specifies whether line break characters are to be inserted in the output string after every 76 base-64 characters |
|
static |
Base-64 encodes a range of elements in the specified byte array and returns the encoded data as a string.
in_array | The array of bytes containing the range of elements to encode |
offset_in | An index of an element in the input array at which the range to encode begins |
length | The length of the range of elements to encode |
insert_line_breaks | Specifies whether line break characters are to be inserted in the output string after every 76 base-64 characters |
|
static |
Base-64 encodes elements in the specified byte array and returns the encoded data as a string.
in_array | The array of bytes to encode |
options | Specifies formatting options of base-64 encoded data |
|
static |
Base-64 encodes a range of elements in the specified byte array and returns the encoded data as a string.
in_array | The array of bytes containing the range of elements to encode |
offset_in | An index of an element in the input array at which the range to encode begins |
length | The length of the range of elements to encode |
options | Specifies formatting options of base-64 encoded data |
|
inlinestatic |
Returns the specified boolean value.
|
inlinestatic |
Converts the specified 8-bit unsigned integer to an equivalent boolean value.
|
inlinestatic |
Converts the specified 8-bit signed integer to an equivalent boolean value.
|
inlinestatic |
Converts the specified 16-bit unsigned integer to an equivalent boolean value.
|
inlinestatic |
Converts the specified 16-bit signed integer to an equivalent boolean value.
|
inlinestatic |
Converts the specified 32-bit unsigned integer to an equivalent boolean value.
|
inlinestatic |
Converts the specified 32-bit signed integer to an equivalent boolean value.
|
inlinestatic |
Converts the specified 64-bit unsigned integer to an equivalent boolean value.
|
inlinestatic |
Converts the specified 64-bit signed integer to an equivalent boolean value.
|
inlinestatic |
Converts the specified float number to an equivalent boolean value.
|
inlinestatic |
Converts the specified double number to an equivalent boolean value.
|
inlinestatic |
Converts the specified decimal number to an equivalent boolean value.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent boolean value.
|
inlinestatic |
Converts the specified c-string to the value of bool type.
value | The c-string to convert |
FormatException | If the specified c-string is not equal to "True" or "False". |
|
static |
Converts the specified string to the value of bool type.
value | The string to convert |
FormatException | If the specified string is not equal to "True" or "False". |
|
inlinestatic |
Converts the specified string to the value of bool type.
value | The string to convert |
FormatException | If the specified string is not equal to "True" or "False". |
|
static |
Converts the specified boxed value to equivalent boolean value.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
inlinestatic |
Converts the specified boolean value to an equivalent 8-bit unsigned integer.
|
inlinestatic |
Returns the specified 8-bit unsigned integer.
|
static |
Converts the specified 8-bit signed integer to an equivalent 8-bit unsigned integer.
|
static |
Converts the specified 16-bit unsigned integer to an equivalent 8-bit unsigned integer.
|
static |
Converts the specified 16-bit signed integer to an equivalent 8-bit unsigned integer.
|
static |
Converts the specified 32-bit unsigned integer to an equivalent 8-bit unsigned integer.
|
static |
Converts the specified 32-bit signed integer to an equivalent 8-bit unsigned integer.
|
static |
Converts the specified 64-bit unsigned integer to an equivalent 8-bit unsigned integer.
|
static |
Converts the specified 64-bit signed integer to an equivalent 8-bit unsigned integer.
|
static |
Converts the specified float number to an equivalent 8-bit unsigned integer.
|
static |
Converts the specified double number to an equivalent 8-bit unsigned integer.
|
static |
Converts the specified decimal number to an equivalent 8-bit unsigned integer.
|
static |
Converts the specified unicode character to an equivalent 8-bit unsigned integer.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent unsigned 8-bit integer value.
|
inlinestatic |
Converts the specified c-string containing the string representation of a number to the equivalent unsigned 8-bit integer value.
value | The c-string to convert |
FormatException | If the specified c-string does not represent a number |
OverflowException | If the number represented by the specified c-string is greater than UINT8_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 8-bit integer value.
value | The string to convert |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT8_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number in the specified base to the equivalent unsigned 8-bit integer value.
value | The string to convert |
from_base | The base of the number represented by the string |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT8_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 8-bit integer value using the provided formatting information.
value | The string to convert |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT8_MAX or is a negative number |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 8-bit integer value using the provided formatting information and number style.
value | The string to convert |
styles | A bitwise combination of values of NumberStyles enum that specifies the permitted style of the string representation of a number |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT8_MAX or is a negative number |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified boxed value to equivalent unsigned 8-bit integer value.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified 8-bit unsigned integer to an equivalent unicode character.
|
static |
Converts the specified 8-bit signed integer to an equivalent unicode character.
|
inlinestatic |
Converts the specified 16-bit unsigned integer to an equivalent unicode character.
|
static |
Converts the specified 16-bit signed integer to an equivalent unicode character.
|
static |
Converts the specified 32-bit unsigned integer to an equivalent unicode character.
|
static |
Converts the specified 32-bit signed integer to an equivalent unicode character.
|
static |
Converts the specified 64-bit unsigned integer to an equivalent unicode character.
|
static |
Converts the specified 64-bit signed integer to an equivalent unicode character.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Returns the specified unicode character.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Converts the first and the only character of the specified c-string to a char_t value.
value | The c-string to convert; it is expected that the c-string be exactly 1 character long. |
|
inlinestatic |
Converts the first and the only character of the specified string to a char_t value.
value | The string to convert; it is expected that the string be exactly 1 character long |
|
inlinestatic |
Converts the first and the only character of the specified string to a char_t value.
value | The string to convert; it is expected that the string be exactly 1 character long |
|
static |
Converts the specified boxed value to equivalent unicode character.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
Returns the specified date and time.
|
static |
Converts the specified string to an instance of DateTime class using the provided formatting information.
value | The string to convert |
fp | A pointer to an object that contains the string format information |
|
static |
|
static |
|
static |
|
inlinestatic |
Converts the specified boolean value to an equivalent decimal number.
|
inlinestatic |
Converts the specified 8-bit unsigned integer to an equivalent decimal number.
|
inlinestatic |
Converts the specified 8-bit signed integer to an equivalent decimal number.
|
inlinestatic |
Converts the specified 16-bit unsigned integer to an equivalent decimal number.
|
inlinestatic |
Converts the specified 16-bit signed integer to an equivalent decimal number.
|
inlinestatic |
Converts the specified 32-bit unsigned integer to an equivalent decimal number.
|
inlinestatic |
Converts the specified 32-bit signed integer to an equivalent decimal number.
|
inlinestatic |
Converts the specified 64-bit unsigned integer to an equivalent decimal number.
|
inlinestatic |
Converts the specified 64-bit signed integer to an equivalent decimal number.
|
inlinestatic |
Converts the specified float number to an equivalent decimal number.
|
inlinestatic |
Converts the specified double number to an equivalent decimal number.
Returns the specified decimal number.
|
static |
Conversion is not supported. Always throws InvalidCastException.
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent Decimal value.
|
inlinestatic |
|
static |
Converts the specified string containing the string representation of a number to the equivalent Decimal value using the provided formatting information.
value | The string to convert |
provider | A pointer to an object that contains the string format information |
|
static |
Converts the specified string containing the string representation of a number to the equivalent Decimal value using the specified number styles and formatting information.
value | The string to convert |
styles | A bitwise combination of values of NumberStyles enum that specifies the permitted style of the string representation of a number |
provider | A pointer to an object that contains the string format information |
|
static |
|
inlinestatic |
Converts the specified boolean value to an equivalent double-precision floating-point number.
|
inlinestatic |
Converts the specified 8-bit unsigned integer to an equivalent double-precision floating-point number.
|
inlinestatic |
Converts the specified 8-bit signed integer to an equivalent double-precision floating-point number.
|
inlinestatic |
Converts the specified 16-bit unsigned integer to an equivalent double-precision floating-point number.
|
inlinestatic |
Converts the specified 16-bit signed integer to an equivalent double-precision floating-point number.
|
inlinestatic |
Converts the specified 32-bit unsigned integer to an equivalent double-precision floating-point number.
|
inlinestatic |
Converts the specified 32-bit signed integer to an equivalent double-precision floating-point number.
|
inlinestatic |
Converts the specified 64-bit unsigned integer to an equivalent double-precision floating-point number.
|
inlinestatic |
Converts the specified 64-bit signed integer to an equivalent double-precision floating-point number.
|
inlinestatic |
Converts the specified single-precision number to an equivalent double-precision floating-point number.
|
inlinestatic |
Returns the specified double number.
|
inlinestatic |
Converts the specified decimal number to an equivalent double-precision floating-point number.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent double-precision floating-point value.
|
inlinestatic |
Converts the specified c-string containing the string representation of a number to the equivalent double-precision floating-point value.
value | The c-string to convert |
|
static |
Converts the specified string containing the string representation of a number to the equivalent double-precision floating-point value.
value | The string to convert |
|
static |
Converts the specified string containing the string representation of a number to the equivalent double-precision floating-point value using the provided formatting information.
value | The string to convert |
provider | A pointer to an object that contains the string format information |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified string containing the string representation of a number to the equivalent double-precision floating-point value using the provided formatting information and number style.
value | The string to convert |
styles | A bitwise combination of values of NumberStyles enum that specifies the permitted style of the string representation of a number |
provider | A pointer to an object that contains the string format information |
|
static |
|
static |
|
static |
|
static |
Converts the specified boxed value to double-precision floating-point value. If the type of boxed value is String, the specified string format is used during conversion.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
inlinestatic |
Converts the specified boolean value to an equivalent 16-bit signed integer.
|
inlinestatic |
Converts the specified 8-bit unsigned integer to an equivalent 16-bit signed integer.
|
inlinestatic |
Converts the specified 8-bit signed integer to an equivalent 16-bit signed integer.
|
static |
Converts the specified 16-bit unsigned integer to an equivalent 16-bit signed integer.
|
inlinestatic |
Returns the specified 16-bit signed integer.
|
static |
Converts the specified 32-bit unsigned integer to an equivalent 16-bit signed integer.
|
static |
Converts the specified 32-bit signed integer to an equivalent 16-bit signed integer.
|
static |
Converts the specified 64-bit unsigned integer to an equivalent 16-bit signed integer.
|
static |
Converts the specified 64-bit signed integer to an equivalent 16-bit signed integer.
|
static |
Converts the specified float number to an equivalent 16-bit signed integer.
|
static |
Converts the specified double number to an equivalent 16-bit signed integer.
|
static |
Converts the specified decimal number to an equivalent 16-bit signed integer.
|
static |
Converts the specified unicode character to an equivalent 16-bit signed integer.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent 16-bit integer value.
|
inlinestatic |
Converts the specified c-string containing the string representation of a number to the equivalent 16-bit integer value.
value | The c-string to convert |
FormatException | If the specified c-string does not represent a number |
OverflowException | If the number represented by the specified c-string is greater than INT16_MAX or less that INT16_MIN |
|
static |
Converts the specified string containing the string representation of a number to the equivalent 16-bit integer value.
value | The string to convert |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT16_MAX or less than INT16_MIN |
|
static |
Converts the specified string containing the string representation of a number in the specified base to the equivalent 16-bit integer value.
value | The string to convert |
from_base | The base of the number represented by the string |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT16_MAX or less than INT16_MIN |
|
static |
Converts the specified string containing the string representation of a number to the equivalent 16-bit integer value using the provided formatting information.
value | The string to convert |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT16_MAX or less than INT16_MIN |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified string containing the string representation of a number to the equivalent 16-bit integer value using the provided formatting information and number style.
value | The string to convert |
styles | A bitwise combination of values of NumberStyles enum that specifies the permitted style of the string representation of a number |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT16_MAX or is less than INT16_MIN |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified boxed value to equivalent 16-bit integer value.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
inlinestatic |
Converts the specified boolean value to an equivalent 32-bit signed integer.
|
inlinestatic |
Converts the specified 8-bit unsigned integer to an equivalent 32-bit signed integer.
|
inlinestatic |
Converts the specified 8-bit signed integer to an equivalent 32-bit signed integer.
|
inlinestatic |
Converts the specified 16-bit unsigned integer to an equivalent 32-bit signed integer.
|
inlinestatic |
Converts the specified 16-bit signed integer to an equivalent 32-bit signed integer.
|
static |
Converts the specified 32-bit unsigned integer to an equivalent 32-bit signed integer.
|
inlinestatic |
Returns the specified 32-bit signed integer.
|
static |
Converts the specified 64-bit unsigned integer to an equivalent 32-bit signed integer.
|
static |
Converts the specified 64-bit signed integer to an equivalent 32-bit signed integer.
|
static |
Converts the specified float number to an equivalent 32-bit signed integer.
|
static |
Converts the specified double number to an equivalent 32-bit signed integer.
|
static |
Converts the specified decimal number to an equivalent 32-bit signed integer.
|
inlinestatic |
Converts the specified unicode character to an equivalent 32-bit signed integer.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent 32-bit integer value.
|
inlinestatic |
Converts the specified c-string containing the string representation of a number to the equivalent 32-bit integer value.
value | The c-string to convert |
FormatException | If the specified c-string does not represent a number |
OverflowException | If the number represented by the specified c-string is greater than INT16_MAX or less that INT32_MIN |
|
static |
Converts the specified string containing the string representation of a number to the equivalent 32-bit integer value.
value | The string to convert |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT32_MAX or less than INT32_MIN |
|
static |
Converts the specified string containing the string representation of a number in the specified base to the equivalent 32-bit integer value.
value | The string to convert |
from_base | The base of the number represented by the string |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT32_MAX or less than INT32_MIN |
|
static |
Converts the specified string containing the string representation of a number to the equivalent 32-bit integer value using the provided formatting information.
value | The string to convert |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT32_MAX or less than INT32_MIN |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified string containing the string representation of a number to the equivalent 32-bit integer value using the provided formatting information and number style.
value | The string to convert |
styles | A bitwise combination of values of NumberStyles enum that specifies the permitted style of the string representation of a number |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT32_MAX or is less than INT32_MIN |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified boxed value to equivalent 32-bit integer value.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
inlinestatic |
Converts the specified boolean value to an equivalent 64-bit signed integer.
|
inlinestatic |
Converts the specified 8-bit unsigned integer to an equivalent 64-bit signed integer.
|
inlinestatic |
Converts the specified 8-bit signed integer to an equivalent 64-bit signed integer.
|
inlinestatic |
Converts the specified 16-bit unsigned integer to an equivalent 64-bit signed integer.
|
inlinestatic |
Converts the specified 16-bit signed integer to an equivalent 64-bit signed integer.
|
inlinestatic |
Converts the specified 32-bit unsigned integer to an equivalent 64-bit signed integer.
|
inlinestatic |
Converts the specified 32-bit signed integer to an equivalent 64-bit signed integer.
|
static |
Converts the specified 64-bit unsigned integer to an equivalent 64-bit signed integer.
|
inlinestatic |
Returns the specified 64-bit signed integer.
|
static |
Converts the specified float number to an equivalent 64-bit signed integer.
|
static |
Converts the specified double number to an equivalent 64-bit signed integer.
|
static |
Converts the specified decimal number to an equivalent 64-bit signed integer.
|
inlinestatic |
Converts the specified unicode character to an equivalent 64-bit signed integer.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent int 64-bit integer value.
|
inlinestatic |
Converts the specified c-string containing the string representation of a number to the equivalent 64-bit integer value.
value | The c-string to convert |
FormatException | If the specified c-string does not represent a number |
OverflowException | If the number represented by the specified c-string is greater than INT16_MAX or less that INT64_MIN |
|
static |
Converts the specified string containing the string representation of a number to the equivalent 64-bit integer value.
value | The string to convert |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT64_MAX or less than INT64_MIN |
|
static |
Converts the specified string containing the string representation of a number in the specified base to the equivalent 64-bit integer value.
value | The string to convert |
from_base | The base of the number represented by the string |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT64_MAX or less than INT64_MIN |
|
static |
Converts the specified string containing the string representation of a number to the equivalent 64-bit integer value using the provided formatting information.
value | The string to convert |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT64_MAX or less than INT64_MIN |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified string containing the string representation of a number to the equivalent 64-bit integer value using the provided formatting information and number style.
value | The string to convert |
styles | A bitwise combination of values of NumberStyles enum that specifies the permitted style of the string representation of a number |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT64_MAX or is less than INT64_MIN |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified boxed value to equivalent 64-bit integer value.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
inlinestatic |
Converts the specified boolean value to an equivalent 8-bit signed integer.
|
static |
Converts the specified 8-bit unsigned integer to an equivalent 8-bit signed integer.
|
inlinestatic |
Returns the specified 8-bit signed integer.
|
static |
Converts the specified 16-bit unsigned integer to an equivalent 8-bit signed integer.
|
static |
Converts the specified 16-bit signed integer to an equivalent 8-bit signed integer.
|
static |
Converts the specified 32-bit unsigned integer to an equivalent 8-bit signed integer.
|
static |
Converts the specified 32-bit signed integer to an equivalent 8-bit signed integer.
|
static |
Converts the specified 64-bit unsigned integer to an equivalent 8-bit signed integer.
|
static |
Converts the specified 64-bit signed integer to an equivalent 8-bit signed integer.
|
static |
Converts the specified float number to an equivalent 8-bit signed integer.
|
static |
Converts the specified double number to an equivalent 8-bit signed integer.
|
static |
Converts the specified decimal number to an equivalent 8-bit signed integer.
|
static |
Converts the specified unicode character to an equivalent 8-bit signed integer.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent 8-bit integer value.
|
inlinestatic |
Converts the specified c-string containing the string representation of a number to the equivalent 8-bit integer value.
value | The c-string to convert |
FormatException | If the specified c-string does not represent a number |
OverflowException | If the number represented by the specified c-string is greater than INT8_MAX or less that INT8_MIN |
|
static |
Converts the specified string containing the string representation of a number to the equivalent 8-bit integer value.
value | The string to convert |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT8_MAX or less than INT8_MIN |
|
static |
Converts the specified string containing the string representation of a number in the specified base to the equivalent 8-bit integer value.
value | The string to convert |
from_base | The base of the number represented by the string |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT8_MAX or less than INT8_MIN |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 8-bit integer value using the provided formatting information.
value | The string to convert |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT8_MAX or less than INT8_MIN |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified string containing the string representation of a number to the equivalent 8-bit integer value using the provided formatting information and number style.
value | The string to convert |
styles | A bitwise combination of values of NumberStyles enum that specifies the permitted style of the string representation of a number |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than INT8_MAX or is less than INT8_MIN |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified boxed value to equivalent 8-bit integer value.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
inlinestatic |
Converts the specified boolean value to an equivalent single-precision floating-point number.
|
inlinestatic |
Converts the specified 8-bit unsigned integer to an equivalent single-precision floating-point number.
|
inlinestatic |
Converts the specified 8-bit signed integer to an equivalent single-precision floating-point number.
|
inlinestatic |
Converts the specified 16-bit unsigned integer to an equivalent single-precision floating-point number.
|
inlinestatic |
Converts the specified 16-bit signed integer to an equivalent single-precision floating-point number.
|
inlinestatic |
Converts the specified 32-bit unsigned integer to an equivalent single-precision floating-point number.
|
inlinestatic |
Converts the specified 32-bit signed integer to an equivalent single-precision floating-point number.
|
inlinestatic |
Converts the specified 64-bit unsigned integer to an equivalent single-precision floating-point number.
|
inlinestatic |
Converts the specified 64-bit signed integer to an equivalent single-precision floating-point number.
|
inlinestatic |
Returns the specified float number.
|
inlinestatic |
Converts the specified double-precision number to an equivalent single-precision floating-point number.
|
inlinestatic |
Converts the specified decimal number to an equivalent single-precision floating-point number.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent single-precision floating-point value.
|
inlinestatic |
Converts the specified c-string containing the string representation of a number to the equivalent single-precision floating-point value.
value | The c-string to convert |
|
static |
Converts the specified string containing the string representation of a number to the equivalent single-precision floating-point value.
value | The string to convert |
|
static |
Converts the specified string containing the string representation of a number to the equivalent single-precision floating-point value using the provided formatting information.
value | The string to convert |
provider | A pointer to an object that contains the string format information |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified string containing the string representation of a number to the equivalent single-precision floating-point value using the provided formatting information and number style.
value | The string to convert |
styles | A bitwise combination of values of NumberStyles enum that specifies the permitted style of the string representation of a number |
provider | A pointer to an object that contains the string format information |
|
static |
|
static |
|
static |
|
static |
Converts the specified boxed value to single-precision floating-point value.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
static |
Converts the specified value to its string representation.
value | The value to convert. |
|
static |
Converts the specified value to its string representation.
value | The value to convert. |
|
static |
Converts the specified value to its string representation.
value | The value to convert. |
|
static |
Converts the specified value to its string representation.
value | The value to convert. |
|
static |
Converts the specified value to its string representation.
value | The value to convert. |
|
static |
Converts the specified value to its string representation.
value | The value to convert. |
|
static |
Converts the specified value to its string representation.
value | The value to convert. |
|
static |
Converts the specified value to its string representation.
value | The value to convert. |
|
static |
Converts the specified value to its string representation.
value | The value to convert. |
|
static |
Converts the specified value to its string representation.
value | The value to convert. |
Converts the specified value to its string representation.
value | The value to convert. |
Converts the specified value to its string representation.
value | The value to convert. |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
Converts the specified value to string using the culture-specific format information.
value | The value to convert. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
|
static |
Converts the specified value to its string representation using the specified string format and culture-specific format information provided by the specified IFormatProvider object.
value | The value to convert. |
format | The string format. |
provider | The IFormatProvider object providing the culture-specific format information. |
|
static |
|
static |
|
static |
Converts the specified value to string.
value | The value to convert |
|
static |
Converts the specified value to string using the specified string format.
value | The value to convert |
format | The string format. |
|
inlinestatic |
Converts the specified array of unicode characters to string.
value | The array to convert. |
N | The size of the array. |
|
inlinestatic |
Converts the specified array of unicode characters to string using the specified culture-specific format information provided by the specified IFormatProvider object.
value | The array to convert. |
N | The size of the array. |
|
inlinestatic |
|
inlinestatic |
Returns the specified value; no conversion is performed.
|
inlinestatic |
Returns the specified value; no conversion is performed.
|
inlinestatic |
Returns the specified value; no conversion is performed.
|
inlinestatic |
Returns the specified value; no conversion is performed.
|
inlinestatic |
Returns the specified value; no conversion is performed.
|
inlinestatic |
Returns the specified value; no conversion is performed.
|
inlinestatic |
Returns the specified value; no conversion is performed.
|
inlinestatic |
Returns the specified value; no conversion is performed.
|
inlinestatic |
Returns the specified value; no conversion is performed.
|
inlinestatic |
Returns the specified value; no conversion is performed.
|
inlinestatic |
Converts the specified value to its string representation.
value | The value to convert. |
|
inlinestatic |
Converts the specified value to its string representation.
value | The value to convert. |
|
inlinestatic |
Converts the specified value to its string representation.
value | The value to convert. |
|
inlinestatic |
Converts the specified value to its string representation.
value | The value to convert. |
|
inlinestatic |
Converts the specified value to its string representation.
value | The value to convert. |
|
inlinestatic |
Converts the specified value to its string representation.
value | The value to convert. |
|
inlinestatic |
Converts the specified value to its string representation.
value | The value to convert. |
|
static |
Converts the specified integer value to its string representation in the specified base.
value | The value to convert |
to_base | The base in which the specified value is to be represented |
|
static |
Converts the specified integer value to its string representation in the specified base.
value | The value to convert |
to_base | The base in which the specified value is to be represented |
|
static |
Converts the specified integer value to its string representation in the specified base.
value | The value to convert |
to_base | The base in which the specified value is to be represented |
|
static |
Converts the specified integer value to its string representation in the specified base.
value | The value to convert |
to_base | The base in which the specified value is to be represented |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
Converts the specified boxed value to its string representation. If the type of boxed value is String, the specified string format is used during conversion.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
inlinestatic |
Converts the specified boolean value to an equivalent 16-bit unsigned integer.
|
inlinestatic |
Converts the specified 8-bit unsigned integer to an equivalent 16-bit unsigned integer.
|
static |
Converts the specified 8-bit signed integer to an equivalent 16-bit unsigned integer.
|
inlinestatic |
Returns the specified 16-bit unsigned integer.
|
static |
Converts the specified 16-bit signed integer to an equivalent 16-bit unsigned integer.
|
static |
Converts the specified 32-bit unsigned integer to an equivalent 16-bit unsigned integer.
|
static |
Converts the specified 32-bit signed integer to an equivalent 16-bit unsigned integer.
|
static |
Converts the specified 64-bit unsigned integer to an equivalent 16-bit unsigned integer.
|
static |
Converts the specified 64-bit signed integer to an equivalent 16-bit unsigned integer.
|
static |
Converts the specified float number to an equivalent 16-bit unsigned integer.
|
static |
Converts the specified double number to an equivalent 16-bit unsigned integer.
|
static |
Converts the specified decimal number to an equivalent 16-bit unsigned integer.
|
inlinestatic |
Converts the specified unicode character to an equivalent 16-bit unsigned integer.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent unsigned 16-bit integer value.
|
inlinestatic |
Converts the specified c-string containing the string representation of a number to the equivalent unsigned 16-bit integer value.
value | The c-string to convert |
FormatException | If the specified c-string does not represent a number |
OverflowException | If the number represented by the specified c-string is greater than UINT16_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 16-bit integer value.
value | The string to convert |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT16_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number in the specified base to the equivalent unsigned 16-bit integer value.
value | The string to convert |
from_base | The base of the number represented by the string |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT16_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 16-bit integer value using the provided formatting information.
value | The string to convert |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT16_MAX or is a negative number |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 16-bit integer value using the provided formatting information and number style.
value | The string to convert |
styles | A bitwise combination of values of NumberStyles enum that specifies the permitted style of the string representation of a number |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT16_MAX or is a negative number |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified boxed value to equivalent unsigned 16-bit integer value.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
inlinestatic |
Converts the specified boolean value to an equivalent 32-bit unsigned integer.
|
inlinestatic |
Converts the specified 8-bit unsigned integer to an equivalent 32-bit unsigned integer.
|
static |
Converts the specified 8-bit signed integer to an equivalent 32-bit unsigned integer.
|
inlinestatic |
Converts the specified 16-bit unsigned integer to an equivalent 32-bit unsigned integer.
|
static |
Converts the specified 16-bit signed integer to an equivalent 32-bit unsigned integer.
|
inlinestatic |
Returns the specified 32-bit unsigned integer.
|
static |
Converts the specified 32-bit signed integer to an equivalent 32-bit unsigned integer.
|
static |
Converts the specified 64-bit unsigned integer to an equivalent 32-bit unsigned integer.
|
static |
Converts the specified 64-bit signed integer to an equivalent 32-bit unsigned integer.
|
static |
Converts the specified float number to an equivalent 32-bit unsigned integer.
|
static |
Converts the specified double number to an equivalent 32-bit unsigned integer.
|
static |
Converts the specified decimal number to an equivalent 32-bit unsigned integer.
|
inlinestatic |
Converts the specified unicode character to an equivalent 32-bit unsigned integer.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent unsigned 32-bit integer value.
|
inlinestatic |
Converts the specified c-string containing the string representation of a number to the equivalent unsigned 32-bit integer value.
value | The c-string to convert |
FormatException | If the specified c-string does not represent a number |
OverflowException | If the number represented by the specified c-string is greater than UINT32_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 32-bit integer value.
value | The string to convert |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT32_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number in the specified base to the equivalent unsigned 32-bit integer value.
value | The string to convert |
from_base | The base of the number represented by the string |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT32_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 32-bit integer value using the provided formatting information.
value | The string to convert |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT32_MAX or is a negative number |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 32-bit integer value using the provided formatting information and number style.
value | The string to convert |
styles | A bitwise combination of values of NumberStyles enum that specifies the permitted style of the string representation of a number |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT32_MAX or is a negative number |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified boxed value to equivalent unsigned 32-bit integer value.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |
|
inlinestatic |
Converts the specified boolean value to an equivalent 64-bit unsigned integer.
|
inlinestatic |
Converts the specified 8-bit unsigned integer to an equivalent 64-bit unsigned integer.
|
static |
Converts the specified 8-bit signed integer to an equivalent 64-bit unsigned integer.
|
inlinestatic |
Converts the specified 16-bit unsigned integer to an equivalent 64-bit unsigned integer.
|
static |
Converts the specified 16-bit signed integer to an equivalent 64-bit unsigned integer.
|
inlinestatic |
Converts the specified 32-bit unsigned integer to an equivalent 64-bit unsigned integer.
|
static |
Converts the specified 32-bit signed integer to an equivalent 64-bit unsigned integer.
|
inlinestatic |
Returns the specified 64-bit unsigned integer.
|
static |
Converts the specified 64-bit signed integer to an equivalent 64-bit unsigned integer.
|
static |
Converts the specified float number to an equivalent 64-bit unsigned integer.
|
static |
Converts the specified double number to an equivalent 64-bit unsigned integer.
|
static |
Converts the specified decimal number to an equivalent 64-bit unsigned integer.
|
inlinestatic |
Converts the specified unicode character to an equivalent 64-bit unsigned integer.
|
static |
Conversion is not supported. Always throws InvalidCastException.
|
inlinestatic |
Converts the specified null-string to the equivalent unsigned 64-bit integer value.
|
inlinestatic |
Converts the specified c-string containing the string representation of a number to the equivalent unsigned 64-bit integer value.
value | The c-string to convert |
FormatException | If the specified c-string does not represent a number |
OverflowException | If the number represented by the specified c-string is greater than UINT64_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 64-bit integer value.
value | The string to convert |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT64_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number in the specified base to the equivalent unsigned 64-bit integer value.
value | The string to convert |
from_base | The base of the number represented by the string |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT64_MAX or is a negative number |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 64-bit integer value using the provided formatting information.
value | The string to convert |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT64_MAX or is a negative number |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified string containing the string representation of a number to the equivalent unsigned 64-bit integer value using the provided formatting information and number style.
value | The string to convert |
styles | A bitwise combination of values of NumberStyles enum that specifies the permitted style of the string representation of a number |
provider | A pointer to an object that contains the string format information |
FormatException | If the specified string does not represent a number |
OverflowException | If the number represented by the specified string is greater than UINT64_MAX or is a negative number |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
Converts the specified boxed value to equivalent unsigned 64-bit integer value.
obj | The shared pointer to the object boxing the value to convert |
provider | The string format to be used if the type of the boxed value is String |