Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / 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 System.String _
    ) As System.Drawing.Color
    public static System.Drawing.Color ParseARGBString( 
       System.string str
    )

    Parameters

    str
    The string to parse.

    Return Value

    The System.Drawing.Colorvalue.
    See Also