StringType.Encoding Property

Gets the encoding of the String (Encoding.ASCII (STRING) or Encoding.UNICODE (WSTRING))

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public Encoding Encoding { get; }

VB

Public ReadOnly Property Encoding As Encoding
    Get

Property Value

Type: Encoding
The encoding.

Implements

IStringType.Encoding

Reference

StringType Class

TwinCAT.Ads.TypeSystem Namespace