'Declaration Public Shared Function TryParse( _ ByVal stringValue As String, _ ByRef range As RulesEngineRange _ ) As Boolean
public static bool TryParse( string stringValue, out RulesEngineRange range )
Parameters
- stringValue
- The string to parse.
- range
- The parsed range.