Visual Basic (Usage) | ![]() |
---|---|
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.Exception | Description |
---|---|
ServiceResultException | Thrown if the namespace URI is not in the namespace table. |
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x