Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1OrderedSet Class / TryParse(String,C1OrderedSet) Method
The text to parse.
The parsed C1OrderedSet.

In This Topic
    TryParse(String,C1OrderedSet) Method
    In This Topic
    Tries to parse the text with the format '1-3,5-7,9,13' and return the C1OrderedSet.
    Syntax
    'Declaration
     
    
    Public Shared Function TryParse( _
       ByVal text As String, _
       ByRef orderedSet As C1OrderedSet _
    ) As Boolean
    public static bool TryParse( 
       string text,
       out C1OrderedSet orderedSet
    )

    Parameters

    text
    The text to parse.
    orderedSet
    The parsed C1OrderedSet.
    See Also