EasyUA Reference
Parse(String,NamespaceTable) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ExpandedNodeId Class > Parse Method : Parse(String,NamespaceTable) Method

text
The text to parse.
namespaceUris
The current namespace table.

Glossary Item Box

Parses an absolute NodeId formatted as a string and converts it a local NodeId.

Syntax

Visual Basic (Usage)Copy Code
Dim text As String
Dim namespaceUris As NamespaceTable
Dim value As NodeId
 
value = ExpandedNodeId.Parse(text, namespaceUris)
C# 
public static NodeId Parse( 
   string text,
   NamespaceTable namespaceUris
)

Parameters

text
The text to parse.
namespaceUris
The current namespace table.

Return Value

The local identifier.

Exceptions

ExceptionDescription
ServiceResultExceptionThrown if the namespace URI is not in the namespace table.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.