'DeclarationPublic Function Parse( _ ByVal expandedText As String _ ) As UAQualifiedName
'UsageDim instance As UAQualifiedNameParser Dim expandedText As String Dim value As UAQualifiedName value = instance.Parse(expandedText)
public UAQualifiedName Parse( string expandedText )
public: 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.