[]
Parses the text with the format '1-3,5-7,9,13' and returns the C1OrderedSet.
public static C1OrderedSet Parse(string text)
Public Shared Function Parse(text As String) As C1OrderedSet
| Type | Name | Description |
|---|---|---|
| string | text | The text to parse. |
| Type | Description |
|---|---|
| C1OrderedSet |