Provides capabilities to convert various types to and from strings in a culture-independent way.
The following tables list the members exposed by the Converter type.
Name | Description | |
---|---|---|
Converts the specified bool value to string. |
||
Converts the specified byte value to string. |
||
Converts the specified char value to string. |
||
Converts the specified color value to a string in the format #AARRGGBB. |
||
Converts the specified decimal to string. |
||
Converts the specified double value to string. |
||
Converts the specified enum value to a string. |
||
Converts the specified 16-bit integer value to string. |
||
Converts the specified 32-bit integer value to string. |
||
Converts the specified 64-bit integer to string. |
||
Converts the specified 8-bit signed integer to string. |
||
Overloaded. |
||
Converts the specified stream to string. |
||
Converts the specified memory stream to string. |
||
Converts the specified unsigned 16-bit integer value to string. |
||
Converts the specified unsigned 32-bit integer value to string. |
||
Converts the specified unsigned 64-bit integer value to string. |
||
Deserializes a Point object from the specified XmlElement. |
||
Converts the specified string value to bool. |
||
Converts the specified string value to Color. |
||
Converts the specified string value to byte value. |
||
Converts the specified string value to char. |
||
Converts the specified string value to Color. |
||
Converts the specified string value to decimal. |
||
Converts the specified string value to double. |
||
Converts the specified string value to the corresponding enumeration member of the specified type. |
||
Converts the specified string value to 16-bit integer. |
||
Overloaded. |
||
Converts the specified string value to a 64-bit integer. |
||
Converts the specified string value to an 8-bit signed integer. |
||
Converts the specified string value to a float. |
||
Converts the specified string value to a .NET Stream. |
||
Converts the specified string value to a .NET Stream. |
||
Converts the specified string value to an unsigned 16-bit integer. |
||
Converts the specified string value to an unsigned 32-bit integer. |
||
Converts the specified string value to unsigned 64-bit integer. |