OPC Labs EasyOPC-UA Library
Parse Method
OpcLabs_EasyOpcUA ActiveX DLL > UANodeIdParser Object : Parse Method

Description
Parses a string containing an OPC-UA node Id (its expanded text), and returns a corresponding node Id object.

 

DISPID (Dispatch ID):

 

For more information, see Parse in .NET Reference.

Syntax
Visual Basic
Public Function Parse( _
   ByVal s As String, _
   ByVal requireNamespace As Boolean _
) As UANodeId
Parameters
s

requireNamespace

Return Type

See Parse in .NET Reference.

Remarks

For remarks, see Parse in .NET Reference.

Example

For examples, see Parse in .NET Reference.

See Also

UANodeIdParser Object  | UANodeIdParser Members