Convert Members
Public Fields
![]() DBNull Supported by the .NET Compact Framework. | A constant representing a database column absent of data; that is, database null. |
Public Methods
![]() ChangeType Supported by the .NET Compact Framework. | Overloaded. Returns an Object with a specified type and whose value is equivalent to a specified object. |
![]() FromBase64CharArray Supported by the .NET Compact Framework. | Converts the specified subset of an array of Unicode characters consisting of base 64 digits to an equivalent array of 8-bit unsigned integers. Parameters specify the subset as an offset in the input array and the number of elements in the array to convert. |
![]() FromBase64String Supported by the .NET Compact Framework. | Converts the specified String representation of a value consisting of base 64 digits to an equivalent array of 8-bit unsigned integers. |
![]() GetTypeCode Supported by the .NET Compact Framework. | Returns the TypeCode for the specified object. |
![]() IsDBNull Supported by the .NET Compact Framework. | Returns an indication whether the specified object is of type DBNull. |
![]() ToBase64CharArray Supported by the .NET Compact Framework. | Converts the value of a subset of an 8-bit unsigned integer array to an equivalent subset of a Unicode character array consisting of base 64 digits. Parameters specify the subsets as offsets in the input and output arrays and the number of elements in the input array to convert. |
![]() ToBase64String Supported by the .NET Compact Framework. | Overloaded. Converts the value of an array of 8-bit unsigned integers to its equivalent String representation consisting of base 64 digits. |
![]() ToBoolean Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to an equivalent Boolean value. |
![]() ToByte Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to an 8-bit unsigned integer. |
![]() ToChar Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to a Unicode character. |
![]() ToDateTime Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to a DateTime. |
![]() ToDecimal Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to a Decimal number. |
![]() ToDouble Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to a double-precision floating point number. |
![]() ToInt16 Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to a 16-bit signed integer. |
![]() ToInt32 Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to a 32-bit signed integer. |
![]() ToInt64 Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to a 64-bit signed integer. |
![]() ToSByte Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to an 8-bit signed integer. |
![]() ToSingle Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to a single-precision floating point number. |
![]() ToString Supported by the .NET Compact Framework. | Overloaded. Converts the specified value to its equivalent String representation. |
![]() ToUInt16 Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to a 16-bit unsigned integer. |
![]() ToUInt32 Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to a 32-bit unsigned integer. |
![]() ToUInt64 Supported by the .NET Compact Framework. | Overloaded. Converts a specified value to a 64-bit unsigned integer. |


