[]
Parses a string into a collection of RulesEngineRange.
public static bool TryParse(string stringValue, out RulesEngineRangeCollection ranges)
Public Shared Function TryParse(stringValue As String, ByRef ranges As RulesEngineRangeCollection) As Boolean
| Type | Name | Description |
|---|---|---|
| string | stringValue | The string to parse. |
| RulesEngineRangeCollection | ranges | The parsed ranges. |
| Type | Description |
|---|---|
| bool |