'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)
public static ExpandedNodeId Parse( IServiceMessageContext context, string text, NodeIdParsingOptions options )
public: static ExpandedNodeId^ Parse( IServiceMessageContext^ context, String^ text, NodeIdParsingOptions^ 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.