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

In This Topic
    TryColorFromString Method
    In This Topic
    Try convert color from string
    Syntax
    'Declaration
     
    
    Public Shared Function TryColorFromString( _
       ByVal v As String, _
       ByRef c As C1Color _
    ) As Boolean
    public static bool TryColorFromString( 
       string v,
       out C1Color c
    )

    Parameters

    v
    c
    See Also