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

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

    Parameters

    lengthString
    The string specifying the length.
    See Also