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

Description
Converts the string representation of an OPC-UA node Id to equivalent node Id 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, _
   ByVal requireNamespace As Boolean, _
   ByRef NodeId As Variant _
) As StringParsingError
Parameters
s

requireNamespace

NodeId

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

UANodeIdParser Object  | UANodeIdParser Members