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

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

    Parameters

    c
    color
    See Also