In This Topic
Returns string representation of color in ARGB format.
Syntax
'Declaration
Public Shared Function GetARGBstring( _
ByVal As Color _
) As String
public static string GetARGBstring(
Color
)
Parameters
- color
- The System.Drawing.Colorvalue.
Return Value
The string representation of color in ARGB format
See Also