'Declaration
<NotNullAttribute()> Function Parse( _ ByVal expandedText As String _ ) As UAQualifiedName
'Usage
Dim instance As _UAQualifiedNameParser Dim expandedText As String Dim value As UAQualifiedName value = instance.Parse(expandedText)
[NotNull()] UAQualifiedName Parse( string expandedText )
[NotNull()] UAQualifiedName^ Parse( String^ expandedText )
Parameters
- expandedText
- Expanded text of the qualified name.
Return Value
Returns the OPC-UA qualified name object parsed from the input value.