QuickOPC User's Guide and Reference
Implicit Type Conversion Operator (AESubconditionElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AESubconditionElement Class : Implicit Type Conversion Operator
The object to be expressed as a string.
Converts the object to its string representation.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Operator Widening CType( _
   ByVal subconditionElement As AESubconditionElement _
) As String
'Usage
 
[CanBeNull()]
public string operator implicit( 
   AESubconditionElement subconditionElement
)
[CanBeNull()]
public:
operator String^ ( 
   AESubconditionElement^ subconditionElement
)

Parameters

subconditionElement
The object to be expressed as a string.

Return Value

Returns the main characteristics of the object expressed as a string.
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