Opc.Ua.Core
Parse(String) Method



Opc.Ua Namespace > ExpandedNodeId Class > Parse Method : Parse(String) Method
The ExpandedNodeId value as a string.
Parses a expanded node id string and returns a node id object.
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal text As String _
) As ExpandedNodeId
 
'Usage
 
Dim text As String
Dim value As ExpandedNodeId
 
value = ExpandedNodeId.Parse(text)

Parameters

text
The ExpandedNodeId value as a string.
Exceptions
ExceptionDescription
Thrown under a variety of circumstances, each time with a specific message.
Remarks
Parses a ExpandedNodeId String and returns a NodeId object
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