Base PropertyDefault Encoding 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: 2025.1.9.0
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.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public static Encoding DefaultEncoding { get; set; }VB
Public Shared Property DefaultEncoding As Encoding
Get
SetC++
public:
static property Encoding^ DefaultEncoding {
Encoding^ get ();
void set (Encoding^ value);
}F#
static member DefaultEncoding : Encoding with get, setProperty Value
EncodingThe 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.