Returns string representation of color in ARGB format.
'Declaration
Public Shared Function GetARGBstring( _
ByVal As Color _
) As String
'Usage
Dim color As Color
Dim value As String
value = C1Brush.GetARGBstring(color)
public static string GetARGBstring(
Color
)
Parameters
- color
- The Colorvalue.
Return Value
The string representation of color in ARGB format
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2