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