[]
Tries to parse specified string and create OutputRange object from it.
public static bool TryParse(string s, out OutputRange range)
Public Shared Function TryParse(s As String, ByRef range As OutputRange) As Boolean
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. |