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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeId Class > Implicit Type Conversion Operator : Implicit Type Conversion(String,UANodeId) Operator
Node Id. Identifies the node in OPC server's address space.
Converts a node Id to a string.
Syntax
'Declaration
 
<NotNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal nodeId As UANodeId _
) As String
'Usage
 
[NotNull()]
public string operator implicit( 
   UANodeId nodeId
)
[NotNull()]
public:
operator String^ ( 
   UANodeId^ nodeId
)

Parameters

nodeId
Node Id. Identifies the node in OPC server's address space.

Return Value

Returns the node Id expanded text.
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