OPC Studio User's Guide and Reference
Implicit Type Conversion(UADataSetFieldDescriptor,String) Operator



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetFieldDescriptor Class > Implicit Type Conversion Operator : Implicit Type Conversion(UADataSetFieldDescriptor,String) Operator
A name of the dataset field.

The value of this parameter can be null (Nothing in Visual Basic).

Converts a name into a dataset field descriptor.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal name As String _
) As UADataSetFieldDescriptor
'Usage
 
[CanBeNull()]
public UADataSetFieldDescriptor operator implicit( 
   string name
)
[CanBeNull()]
public:
operator UADataSetFieldDescriptor^ ( 
   String^ name
)

Parameters

name
A name of the dataset field.

The value of this parameter can be null (Nothing in Visual Basic).

Return Value

This method can return null (Nothing in Visual Basic).

Remarks

This operator is equivalent to FromString.

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