BasePropertyDefaultEncoding Property
This is used for the default text encoding when reading and writing properties with a non-ASCII
CHARSET parameter.
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public static Encoding DefaultEncoding { get; set; }
Public Shared Property DefaultEncoding As Encoding
Get
Set
public:
static property Encoding^ DefaultEncoding {
Encoding^ get ();
void set (Encoding^ value);
}
static member DefaultEncoding : Encoding with get, set
Property 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.