Converts various types to and from string in a locale-independent way.
The following tables list the members exposed by the Convert type.
Name | Description | |
---|---|---|
Converts the specified encoded string to plain text |
||
Converts the specified bool value to string. |
||
Overloaded. |
||
Converts the specified double to string. |
||
Converts the specified image to string. |
||
Converts the specified short to string. |
||
Converts the specified int to string. |
||
Converts the specified long to string. |
||
Converts the specified comma separated string to a list of PointF objects. |
||
Converts the specified float to string. |
||
Converts the specified plainText string to Base64String |
||
Converts the specified string value to bool. |
||
Converts the specified string to Color. The string should be in the format #AARRGGBB. |
||
Converts the specified string to Color. The string should be in the format #AARRGGBB or rgba(0,0,0,0) default value Black |
||
Converts the specified string to double. |
||
Converts the specified string value to image. |
||
Converts the specified string to short. |
||
Converts the specified string to int. |
||
Converts the specified string to long. |
||
Converts the list of PointF objects to a comma separated string. |
||
Converts the specified string to float. |