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

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

    Parameters

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