OPC Labs EasyOPC-UA Library
TryParse Method
OpcLabs_EasyOpcUA ActiveX DLL > UAIndexRangeListParser Object : TryParse Method

Description
Converts the string representation of a index range list to equivalent index range list object. A return value indicates whether the conversion succeeded.

 

DISPID (Dispatch ID):

 

For more information, see TryParse in .NET Reference.

Syntax
Visual Basic
Public Function TryParse( _
   ByVal s As String, _
   ByRef IndexRangeList As Variant _
) As StringParsingError
Parameters
s

IndexRangeList

Return Type

See TryParse in .NET Reference.

Remarks

For remarks, see TryParse in .NET Reference.

Example

For examples, see TryParse in .NET Reference.

See Also

UAIndexRangeListParser Object  | UAIndexRangeListParser Members