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 Base64String to a string. |
||
Converts the specified bool 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 image to string. |
||
Converts the specified 32-bit integer value to string. |
||
Converts the specified 64-bit integer to string. |
||
Converts the specified comma separated string to a list of Point objects. |
||
Converts the specified float value to string. |
||
Converts the specified stream to string. |
||
Converts the specified memory stream to string. |
||
Converts the specified string to a Base64String. |
||
Converts the specified string value to bool. |
||
Converts the specified string value to Color. |
||
Converts the specified string value to DateTime. |
||
Converts the specified string value to double. |
||
Converts the specified string value to image. |
||
Converts the specified string value to 32-bit integer. |
||
Converts the specified string value to 64-bit integer. |
||
Converts the list of Point objects to a comma separated string. |
||
Converts the specified string value to float. |
||
Converts the specified string value to stream. |
||
Converts the specified string value to stream. |