[]
Tries to parse the text with the format '1-3,5-7,9,13' and return the C1OrderedSet.
public static bool TryParse(string text, out C1OrderedSet orderedSet)
Type | Name | Description |
---|---|---|
string | text | The text to parse. |
C1OrderedSet | orderedSet | The parsed C1OrderedSet. |
Type | Description |
---|---|
bool |