This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Convert Members
Public:
Methods
ChangeType |
Overloaded. [To be supplied.] |
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
FromBase64CharArray |
[To be supplied.] |
FromBase64String |
[To be supplied.] |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the Object. |
GetTypeCode |
[To be supplied.] |
IsDBNull |
[To be supplied.] |
IsEmpty |
[To be supplied.] |
ToBase64CharArray |
[To be supplied.] |
ToBase64String |
Overloaded. [To be supplied.] |
ToBoolean |
Overloaded. Converts a value to a Boolean value. |
ToByte |
Overloaded. Converts a value to an 8-bit unsigned integer. |
ToChar |
Overloaded. Converts a value to a unicode character. |
ToDateTime |
Overloaded. Converts a value to a DateTime. |
ToDecimal |
Overloaded. Converts a value to a Decimal. |
ToDouble |
Overloaded. Returns the specified parameter as an 8-byte Double precision floating-point number. |
ToInt16 |
Overloaded. Converts a value to a 16-bit signed integer. |
ToInt32 |
Overloaded. Converts a value to a 32-bit signed integer. |
ToInt64 |
Overloaded. Converts a value to a 64-bit signed integer. |
ToSByte |
Overloaded. Converts a value to an 8-bit signed integer. |
ToSingle |
Overloaded. Converts a value to a single-precision floating point number. |
ToString |
Overloaded. Converts a value to a string. |
ToUInt16 |
Overloaded. Converts a value to a 16-bit unsigned integer. |
ToUInt32 |
Overloaded. Converts a value to a 32-bit unsigned integer. |
ToUInt64 |
Overloaded. Converts a value to a 64-bit unsigned integer. |
Fields
Protected:
Methods
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
Convert Class | System Namespace