Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1OrderedSet Class / Parse Method
The text to parse.

In This Topic
    Parse Method (C1OrderedSet)
    In This Topic
    Parses the text with the format '1-3,5-7,9,13' and returns the C1OrderedSet.
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal text As String _
    ) As C1OrderedSet
    public static C1OrderedSet Parse( 
       string text
    )

    Parameters

    text
    The text to parse.
    See Also