[]
        
(Showing Draft Content)

C1.WPF.Core.C1OrderedSet.TryParse

TryParse Method

TryParse(string, out C1OrderedSet)

Tries to parse the text with the format '1-3,5-7,9,13' and return the C1OrderedSet.

Declaration
public static bool TryParse(string text, out C1OrderedSet orderedSet)
Public Shared Function TryParse(text As String, ByRef orderedSet As C1OrderedSet) As Boolean
Parameters
Type Name Description
string text

The text to parse.

C1OrderedSet orderedSet

The parsed C1OrderedSet.

Returns
Type Description
bool