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 | |
---|---|---|
Initializes a new instance of the Converter class. |
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 double value to string. |
||
Converts the specified image to string. |
||
Converts the specified float value to string. |
||
Converts the specified string value to image. |
||
Converts the specified string value to bool. |
||
Converts the specified string value to a byte value. |
||
Converts the specified string value to char. |
||
Converts the specified string value to Color. |
||
Converts the specified string value to double. |
||
Converts the specified string value to image. |
||
Converts the specified string value to a float. |