Convert Members
The following tables list the members exposed by the Convert type.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
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. | |
ToDouble | Converts the specified String representation of a number to an equivalent double-precision floating point number. | |
ToInt16 | Converts the specified String representation of a number to an equivalent 16-bit signed integer. | |
ToInt32 | Overloaded. Converts a specified value to a 32-bit signed integer. | |
ToInt32 | Overloaded. Converts a base data type to another base data type. | |
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 signed integer. |