Share via


Convert Members

The following tables list the members exposed by the Convert type.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Static ToByte Converts the specified String representation of a number to an equivalent 8-bit unsigned integer.
Public Method Static ToChar Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character.
Public Method Static ToDouble Converts the specified String representation of a number to an equivalent double-precision floating point number.
Public Method Static ToInt16 Converts the specified String representation of a number to an equivalent 16-bit signed integer.
Public Method Static ToInt32 Overloaded. Converts a specified value to a 32-bit signed integer.
Public Method Static ToInt32 Overloaded. Converts a base data type to another base data type.
Public Method Static ToInt64 Converts the specified String representation of a number to an equivalent 64-bit signed integer.
Public Method Static ToSByte Converts the specified String representation of a number to an equivalent 8-bit signed integer.
Public Method ToString (Inherited from Object.)
Public Method Static ToUInt16 Converts the specified String representation of a number to an equivalent 16-bit unsigned integer.
Public Method Static ToUInt32 Converts the specified String representation of a number to an equivalent 32-bit unsigned integer.
Public Method Static ToUInt64 Converts the specified String representation of a number to an equivalent 64-bit signed integer.

See Also

Reference

Convert Class
System Namespace