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

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

    Parameters

    backgroundString
    The string specifying the length.
    See Also