ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1Brush Class / GetARGBstring Method
The Colorvalue.

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

    Parameters

    color
    The Colorvalue.

    Return Value

    The string representation of color in ARGB format
    See Also