IConvertible Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetTypeCode() | Returns the TypeCode for this instance. |
![]() | ToBoolean(IFormatProvider^) | Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information. |
![]() | ToByte(IFormatProvider^) | Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information. |
![]() | ToChar(IFormatProvider^) | Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information. |
![]() | ToDateTime(IFormatProvider^) | Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information. |
![]() | ToDecimal(IFormatProvider^) | Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information. |
![]() | ToDouble(IFormatProvider^) | Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information. |
![]() | ToInt16(IFormatProvider^) | Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information. |
![]() | ToInt32(IFormatProvider^) | Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information. |
![]() | ToInt64(IFormatProvider^) | Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information. |
![]() | ToSByte(IFormatProvider^) | Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information. |
![]() | ToSingle(IFormatProvider^) | Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information. |
![]() | ToString(IFormatProvider^) | Converts the value of this instance to an equivalent String using the specified culture-specific formatting information. |
![]() | ToType(Type^, IFormatProvider^) | |
![]() | ToUInt16(IFormatProvider^) | Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information. |
![]() | ToUInt32(IFormatProvider^) | Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information. |
![]() | ToUInt64(IFormatProvider^) | Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information. |
