[]
Returns string representation of color in ARGB format.
public static string GetARGBstring(Color color)
Public Shared Function GetARGBstring(color As Color) As String
| Type | Name | Description |
|---|---|---|
| Color | color | The Colorvalue. |
| Type | Description |
|---|---|
| string | The string representation of color in ARGB format |