GetTypeCode Supported by the .NET Compact Framework. | Returns the TypeCode for this instance. |
ToBoolean Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information. |
ToByte Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information. |
ToChar Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information. |
ToDateTime Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information. |
ToDecimal Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information. |
ToDouble Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information. |
ToInt16 Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information. |
ToInt32 Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information. |
ToInt64 Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information. |
ToSByte Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information. |
ToSingle Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information. |
ToString Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent String using the specified culture-specific formatting information. |
ToType Supported by the .NET Compact Framework. | Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information. |
ToUInt16 Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information. |
ToUInt32 Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information. |
ToUInt64 Supported by the .NET Compact Framework. | Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information. |