Visual Basic (Usage) | ![]() |
---|---|
Dim textToParse As String Dim range As NumericRange Dim value As ServiceResult value = NumericRange.Validate(textToParse, range) |
C# | |
---|---|
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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x