QuickOPC User's Guide and Reference
Implicit Type Conversion(String,UAQualifiedName) Operator



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UAQualifiedName Class > Implicit Type Conversion Operator : Implicit Type Conversion(String,UAQualifiedName) Operator
The qualified name to be converted.
Converts a qualified name to a string.
Syntax
'Declaration
 
<NotNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal qualifiedName As UAQualifiedName _
) As String
'Usage
 
[NotNull()]
public string operator implicit( 
   UAQualifiedName qualifiedName
)
[NotNull()]
public:
operator String^ ( 
   UAQualifiedName^ qualifiedName
)

Parameters

qualifiedName
The qualified name to be converted.

Return Value

Returns the expanded text of this qualified name.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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