| Visual Basic (Usage) | Copy Code |
|---|---|
Dim text As String Dim value As ExpandedNodeId value = ExpandedNodeId.Parse(text) | |
| C# | |
|---|---|
public static ExpandedNodeId Parse( string text ) | |
Parameters
- text
- The ExpandedNodeId value as a string.
| Exception | Description |
|---|---|
| ServiceResultException | Thrown under a variety of circumstances, each time with a specific message. |
Parses a ExpandedNodeId String and returns a NodeId object
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x