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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Parsing Namespace > UAQualifiedNameParser Class : Parse Method
Expanded text of the qualified name.
Parses a string containing a qualified name, and returns a corresponding qualified name object.
Syntax
'Declaration
 
Public 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)

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