[]
Parses ARGB string and returns the Color value.
public static Color ParseARGBString(string str)
Public Shared Function ParseARGBString(str As String) As Color
| Type | Name | Description |
|---|---|---|
| string | str | The string to parse. |
| Type | Description |
|---|---|
| Color | The Colorvalue. |