[]
Converts a color string to a color structure.
The supported color string formats include:
public static Color StringToColor(string colorString)
Public Shared Function StringToColor(colorString As String) As Color
| Type | Name | Description |
|---|---|---|
| string | colorString | The color string to be converted. |
| Type | Description |
|---|---|
| Color | The color structure representing the color. |