Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / Implicit Type Conversion Operator
The string specifying the style.

In This Topic
    Implicit Type Conversion Operator (C1Style)
    In This Topic
    Casting operator to convert a string into a C1Style.
    Syntax
    'Declaration
     
    
    Public Operator Widening CType( _
       ByVal style As String _
    ) As C1Style
    public C1Style operator implicit( 
       string style
    )

    Parameters

    style
    The string specifying the style.
    See Also