[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineRange.TryParse

TryParse Method

TryParse(string, out RulesEngineRange)

Tries to parse the specified stringValue.

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

The string to parse.

RulesEngineRange range

The parsed range.

Returns
Type Description
bool