Converts various types to and from string in a culture-independent way. The following tables list the members exposed by the Convert type.
|
Name | Description | |
---|---|---|
![]() ![]() |
Converts the specified boolean value to string. |
|
![]() ![]() |
Converts the specified Color to string. The resulting string is in the format #AARRGGBB. |
|
![]() ![]() |
Converts the specified Double to string. |
|
![]() ![]() |
Converts the specified Image to a string. |
|
![]() ![]() |
Converts the specified Int16 to string. |
|
![]() ![]() |
Converts the specified Int32 to string. |
|
![]() ![]() |
Converts the specified Int64 to string. |
|
![]() ![]() |
Converts the specified Single to string. |
|
![]() ![]() |
Converts the specified Stream to a string. |
|
![]() ![]() |
Converts the specified string to a boolean. |
|
![]() ![]() |
Converts the specified string to Color. The string should be in the format #AARRGGBB. |
|
![]() ![]() |
Converts the specified string to Double. |
|
![]() ![]() |
Converts the specified string value to the corresponding field of the specified enum type. |
|
![]() ![]() |
Converts the specified string to an Image. |
|
![]() ![]() |
Converts the specified string to Int16. |
|
![]() ![]() |
Converts the specified string to Int32. |
|
![]() ![]() |
Converts the specified string to Int64. |
|
![]() ![]() |
Converts the specified string to Single. |
|
![]() ![]() |
Converts the specified string to a Stream. |