Connectivity Software User's Guide and Reference
ToString(Boolean) Method



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA Namespace > UANodeDescriptor Class > ToString Method : ToString(Boolean) Method
When true, includes both the browse path and node ID (if present). When false, may return only the browse path if available.
Returns a string representation of the node descriptor.
Syntax
'Declaration
 
<JetBrains.Annotations.NotNullAttribute()>
Public Overloads Function ToString( _
   ByVal full As Boolean _
) As String
'Usage
 
Dim instance As UANodeDescriptor
Dim full As Boolean
Dim value As String
 
value = instance.ToString(full)
[JetBrains.Annotations.NotNull()]
public string ToString( 
   bool full
)
[JetBrains.Annotations.NotNull()]
public:
String^ ToString( 
   bool full
) 

Parameters

full
When true, includes both the browse path and node ID (if present). When false, may return only the browse path if available.

Return Value

A string describing the node descriptor, including browse path and/or node ID as applicable.

This method never returns null (Nothing in Visual Basic).

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