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 Static FromBase64String Converts the specified string, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Static ToBase64String Converts an array of 8-bit unsigned integers to its equivalent String representation encoded with base-64 digits.
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 ToInt16 Converts the specified string representation of a number to an equivalent 16-bit signed integer.
Public Method Static ToInt32 Converts the specified string representation of a number to an equivalent 32-bit signed integer.
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 unsigned integer.

See Also

Reference

Convert Class
System Namespace