Convert Class
Converts a base data type to another base data type. This class cannot be inherited.
Definition
| public sealed class Convert: Object |
Members Table
The following table lists the members exposed by the Convert object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| FromBase64String | Converts the specified String representation of a value consisting of base 64 digits to an equivalent array of 8-bit unsigned integers. |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToBase64String | Converts a string that represented by an array of 8-bit integers to its equivalent String representation consisting of base 64 digits. |
| ToBoolean | Overloaded. Converts a specified value to an equivalent Boolean value. |
| ToChar | Overloaded. Converts a specified value to a Unicode character. |
| ToDouble | Overloaded. Converts a specified value to a double-precision floating point number. |
| ToInt32 | Overloaded. Converts a specified value to a 32-bit signed integer. |
| ToString | Overloaded. (Inherited from Object) |
Inheritance Hierarchy
ObjectConvert
Class Information
| Namespace | System |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|