QuickOPC User's Guide and Reference
Parse Method (_UAQualifiedNameParser)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes Namespace > _UAQualifiedNameParser Interface : Parse Method
Expanded text of the qualified name.
Parses a string containing a qualified name, and returns a corresponding qualified name object.
Syntax
'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.
Exceptions
ExceptionDescription
The string format of the OPC-UA qualified name is incorrect.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also