Scheduler for WPF | ComponentOne
C1.Schedule Namespace / C1Brush Class / ParseARGBString Method
The string to parse.

In This Topic
    ParseARGBString Method
    In This Topic
    Parses ARGB string and returns the System.Drawing.Color value.
    Syntax
    'Declaration
     
    
    Public Shared Function ParseARGBString( _
       ByVal str As String _
    ) As Color
    public static Color ParseARGBString( 
       string str
    )

    Parameters

    str
    The string to parse.

    Return Value

    See Also