Opc.Ua.Core
Parse(String) Method



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

Parameters

text
The NodeId value as a string.
Exceptions
ExceptionDescription
Thrown under a variety of circumstances, each time with a specific message.
Thrown due to invalid text, each time with a specific message.
Remarks
Parses a NodeId String and returns a NodeId object. Valid NodeId strings are of the form: "i=1234", "s=HelloWorld", "g=AF469096-F02A-4563-940B-603958363B81", "b=01020304", "ns=2;s=HelloWorld", "ns=2;i=1234", "ns=2;g=AF469096-F02A-4563-940B-603958363B81", "ns=2;b=01020304" Invalid NodeId strings will throw an exception, e.g. "HelloWorld", "nsu=http://opcfoundation.org/UA/;i=1234"
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

NodeId Class
NodeId Members
Overload List