QuickOPC User's Guide and Reference
WideCharArray Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > UAOpcBinaryStandardDataTypes Class : WideCharArray Property
"A sequence of UTF-16 characters preceded by the number of characters."
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property WideCharArray As PrimitiveDataType
'Usage
 
Dim value As PrimitiveDataType
 
value = UAOpcBinaryStandardDataTypes.WideCharArray
[NotNull()]
public static PrimitiveDataType WideCharArray {get;}
[NotNull()]
public:
static property PrimitiveDataType^ WideCharArray {
   PrimitiveDataType^ get();
}
Remarks

More precisely, the sequence is preceded by the number of 16-bit code units (words).

In .NET, it is represented by the String type.

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