Opc.Ua.Core
Parse(String,NamespaceTable) Method



Opc.Ua Namespace > ExpandedNodeId Class > Parse Method : Parse(String,NamespaceTable) Method
The text to parse.
The current namespace table.
Parses an absolute NodeId formatted as a string and converts it a local NodeId.
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal text As String, _
   ByVal namespaceUris As NamespaceTable _
) As NodeId
'Usage
 
Dim text As String
Dim namespaceUris As NamespaceTable
Dim value As NodeId
 
value = ExpandedNodeId.Parse(text, namespaceUris)
public static NodeId Parse( 
   string text,
   NamespaceTable namespaceUris
)
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
Thrown if the namespace URI is not in the namespace table.
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

ExpandedNodeId Class
ExpandedNodeId Members
Overload List