Convert Members
The following tables list the members exposed by the Convert type.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FromBase64String | Converts the specified string, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToBase64String | Converts an array of 8-bit unsigned integers to its equivalent String representation encoded with base-64 digits. | |
ToByte | Converts the specified string representation of a number to an equivalent 8-bit unsigned integer. | |
ToChar | Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character. | |
ToInt16 | Converts the specified string representation of a number to an equivalent 16-bit signed integer. | |
ToInt32 | Converts the specified string representation of a number to an equivalent 32-bit signed integer. | |
ToInt64 | Converts the specified string representation of a number to an equivalent 64-bit signed integer. | |
ToSByte | Converts the specified string representation of a number to an equivalent 8-bit signed integer. | |
ToString | (Inherited from Object.) | |
ToUInt16 | Converts the specified string representation of a number to an equivalent 16-bit unsigned integer. | |
ToUInt32 | Converts the specified string representation of a number to an equivalent 32-bit unsigned integer. | |
ToUInt64 | Converts the specified string representation of a number to an equivalent 64-bit unsigned integer. |