BasePropertyDefaultEncoding Property

This is used for the default text encoding when reading and writing properties with a non-ASCII CHARSET parameter.

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public static Encoding DefaultEncoding { get; set; }

Property Value

Encoding
The default text encoding method is ASCII. You can set this property before parsing a PDI data stream to alter how text with non-ASCII CHARSET properties are interpreted. In general, this property is only useful with vCard 2.1 and vCalendar 1.0 objects as they are the only ones that make use of the CHARSET parameter.

See Also