[]
        
(Showing Draft Content)

C1.WPF.Core.C1OrderedSet.Parse

Parse Method

Parse(string)

Parses the text with the format '1-3,5-7,9,13' and returns the C1OrderedSet.

Declaration
public static C1OrderedSet Parse(string text)
Public Shared Function Parse(text As String) As C1OrderedSet
Parameters
Type Name Description
string text

The text to parse.

Returns
Type Description
C1OrderedSet