[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineRangeCollection.TryParse

TryParse Method

TryParse(string, out RulesEngineRangeCollection)

Parses a string into a collection of RulesEngineRange.

Declaration
public static bool TryParse(string stringValue, out RulesEngineRangeCollection ranges)
Public Shared Function TryParse(stringValue As String, ByRef ranges As RulesEngineRangeCollection) As Boolean
Parameters
Type Name Description
string stringValue

The string to parse.

RulesEngineRangeCollection ranges

The parsed ranges.

Returns
Type Description
bool