[]
Tries to parse the specified stringValue.
public static bool TryParse(string stringValue, out RulesEngineRange range)
Public Shared Function TryParse(stringValue As String, ByRef range As RulesEngineRange) As Boolean
| Type | Name | Description |
|---|---|---|
| string | stringValue | The string to parse. |
| RulesEngineRange | range | The parsed range. |
| Type | Description |
|---|---|
| bool |