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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Networking Namespace > ResourceAddress Class > Implicit Type Conversion Operator : Implicit Type Conversion(ResourceAddress,String) Operator
The descriptor string to create the resource address from.
Creates a resource address from a descriptor string.
Syntax
'Declaration
 
<NotNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal descriptorString As String _
) As ResourceAddress
'Usage
 
[NotNull()]
public ResourceAddress operator implicit( 
   string descriptorString
)
[NotNull()]
public:
operator ResourceAddress^ ( 
   String^ descriptorString
)

Parameters

descriptorString
The descriptor string to create the resource address from.
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