'Declaration
Public Overloads Shared Function TryParse( _ ByVal source As String, _ ByRef result As Range(Of T) _ ) As Boolean
public: static bool TryParse( String^ source, [Out] Range<T^>^ result )
Parameters
- source
- The string to parse
- result
- Returns the parsed range
Return Value
A boolean value indicating whether the source was successfully parsed.