Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Color Class / Parse Method

In This Topic
    Parse Method (C1Color)
    In This Topic
    Creates a color from an html string.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal c As String _
    ) As C1Color
    public static C1Color Parse( 
       string c
    )

    Parameters

    c
    See Also