QuickOPC User's Guide and Reference
WideString Property



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

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