'Declaration
Public Shared Function Validate( _ ByVal textToParse As String, _ ByRef range As NumericRange _ ) As ServiceResult
'Usage
Dim textToParse As String Dim range As NumericRange Dim value As ServiceResult value = NumericRange.Validate(textToParse, range)
public static ServiceResult Validate( string textToParse, out NumericRange range )
public: static ServiceResult^ Validate( String^ textToParse, [Out] NumericRange range )
Parameters
- textToParse
- The text to parse, prior to checking it is within the allowed range
- range
- The parsed range.
Return Value
The reason for any error.