Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / Parse Method
The string specifying the style

In This Topic
    Parse Method (C1Style)
    In This Topic
    Parses a string into a C1Style.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal style As String _
    ) As C1Style
    public static C1Style Parse( 
       string style
    )

    Parameters

    style
    The string specifying the style
    See Also