[]
Tries to parse specified string and create OutputRange object from it.
public static bool TryParse(string s, out OutputRange range)
| Type | Name | Description |
|---|---|---|
| string | s | The string to parse. |
| OutputRange | range | OUT: The created OutputRange object or null if string does not define OutputRange object. |
| Type | Description |
|---|---|
| bool | Returns true if string was successfully parsed, false otherwise. |