Provides capabilities to convert various types to and from strings in a cutlure-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 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 image to string. |
||
Converts the specified image to 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. |
||
Converts the specified float value to string. |
||
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. |
||
Converts the specified string value to image. |
||
Converts the specified string value to bool. |
||
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 its corresponding enumeration member of the specified type. |
||
Converts the specified string value to image. |
||
Converts the specified string value to image. |
||
Converts the specified string value to 16-bit integer. |
||
Overloaded. |
||
Converts the specified string value to 64-bit integer. |
||
Converts the specified string value to 8-bit signed integer. |
||
Converts the specified string value to float. |
||
Converts the specified string value to stream. |
||
Converts the specified string value to stream. |
||
Converts the specified string value to unsigned 16-bit integer. |
||
Converts the specified string value to unsigned 32-bit integer. |
||
Converts the specified string value to unsigned 64-bit integer. |