'Declaration
Public Overloads Shared Function Parse( _ ByVal context As IServiceMessageContext, _ ByVal text As String, _ Optional ByVal options As NodeIdParsingOptions _ ) As NodeId
'Usage
Dim context As IServiceMessageContext Dim text As String Dim options As NodeIdParsingOptions Dim value As NodeId value = NodeId.Parse(context, text, options)
public static NodeId Parse( IServiceMessageContext context, string text, NodeIdParsingOptions options )
public: static NodeId^ Parse( IServiceMessageContext^ context, String^ text, NodeIdParsingOptions^ options )
Parameters
- context
- The current context.
- text
- The text to parse.
- options
- The options to use when parsing a NodeId.
Return Value
The NodeId.