Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleFontWeight Structure / Implicit Type Conversion Operator / Implicit Type Conversion(C1StyleFontWeight,String) Operator
The string specifying the weight.

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

    Parameters

    weightString
    The string specifying the weight.
    See Also