Opc.Ua.Core
Parse(IServiceMessageContext,String,NodeIdParsingOptions) Method



Opc.Ua Namespace > ExpandedNodeId Class > Parse Method : Parse(IServiceMessageContext,String,NodeIdParsingOptions) Method
The current context,
The text to parse.
The options to use when parsing the ExpandedNodeId.
Parses an ExpandedNodeId formatted as a string and converts it a local NodeId.
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal context As IServiceMessageContext, _
   ByVal text As String, _
   Optional ByVal options As NodeIdParsingOptions _
) As ExpandedNodeId
'Usage
 
Dim context As IServiceMessageContext
Dim text As String
Dim options As NodeIdParsingOptions
Dim value As ExpandedNodeId
 
value = ExpandedNodeId.Parse(context, text, options)

Parameters

context
The current context,
text
The text to parse.
options
The options to use when parsing the ExpandedNodeId.

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