'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function Parse( _ ByVal nodeIdParser As IUANodeIdParser, _ ByVal s As String _ ) As UANodeId
'Usage
Dim nodeIdParser As IUANodeIdParser Dim s As String Dim value As UANodeId value = IUANodeIdParserExtension.Parse(nodeIdParser, s)
[Extension()] [NotNull()] public static UANodeId Parse( IUANodeIdParser nodeIdParser, string s )
[Extension()] [NotNull()] public: static UANodeId^ Parse( IUANodeIdParser^ nodeIdParser, String^ s )
Parameters
- nodeIdParser
- The OPC-UA node Id parser.
- s
- Expanded text of the node Id.
Return Value
Returns the OPC-UA node Id object parsed from the input value.