Opc.Ua.Core
Validate Method (NumericRange)



Opc.Ua Namespace > NumericRange Structure : Validate Method
The text to parse, prior to checking it is within the allowed range
The parsed range.
Parses a string representing a numeric range.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericRange Structure
NumericRange Members