StringType.Encoding Property

Gets the encoding of the String (Encoding.Default (Ansi Codepage, STRING) or Encoding.UNICODE (WSTRING))

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public Encoding Encoding { get; }

Property Value

Type: Encoding
The encoding.

Implements

IStringType.Encoding

Reference

StringType Class

TwinCAT.Ads.TypeSystem Namespace