QuickOPC User's Guide and Reference
CharArray Property



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

More precisely, the sequence is preceded by the number of 8-bit code units (bytes, octets).

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