Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / C1Brush Class / GetARGBstring Method
The Colorvalue.

In This Topic
    GetARGBstring Method (C1Brush)
    In This Topic
    Returns string representation of color in ARGB format.
    Syntax
    'Declaration
     
    
    Public Shared Function GetARGBstring( _
       ByVal color As Color _
    ) As String
    public static string GetARGBstring( 
       Color color
    )

    Parameters

    color
    The Colorvalue.

    Return Value

    The string representation of color in ARGB format
    See Also