Opc.Ua.Core
Parse Method (NumericRange)



Opc.Ua Namespace > NumericRange Structure : Parse Method
The text to parse, prior to checking it is within the allowed range
Parses a string representing a numeric range.
Syntax
'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
Exceptions
ExceptionDescription
Thrown when the numeric value of the parsed text is out of range
Remarks
Parses a string representing a numeric range.
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