'Declaration
Public Shared Function Parse( _ ByVal textToParse As String _ ) As NumericRange
'Usage
Dim textToParse As String Dim value As NumericRange value = NumericRange.Parse(textToParse)
public static NumericRange Parse( string textToParse )
public: static NumericRange Parse( String^ textToParse )
Parameters
- textToParse
- The text to parse, prior to checking it is within the allowed range