ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / Util Class / StringToColor Method

In This Topic
    StringToColor Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function StringToColor( _
       ByVal str As String _
    ) As Color
    public static Color StringToColor( 
       string str
    )

    Parameters

    str
    See Also