Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleLength Structure / Parse Method
The text to parse.

In This Topic
    Parse Method (C1StyleLength)
    In This Topic
    Parses the text and returns a length.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal text As String _
    ) As Nullable(Of C1StyleLength)
    public static Nullable<C1StyleLength> Parse( 
       string text
    )

    Parameters

    text
    The text to parse.

    Return Value

    The parsed length. If not succeeded returns null.
    See Also