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

In This Topic
    TryParse Method (C1StyleLength)
    In This Topic
    Tries to parse the specified text and returns the value in the length parameter.
    Syntax
    'Declaration
     
    
    Public Shared Function TryParse( _
       ByVal text As String, _
       ByRef length As C1StyleLength _
    ) As Boolean
    public static bool TryParse( 
       string text,
       out C1StyleLength length
    )

    Parameters

    text
    The text to parse.
    length
    The returned length.
    See Also