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

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

    Parameters

    thicknessString
    The string specifying the thickness.
    See Also