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

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

    Parameters

    lengthString
    The string specifying the length.
    See Also