BasePropertyCharacterSet Property

This is used to set or get the character set used for the value

Definition

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

Property Value

String

If not set, it is assumed to be ASCII. The value should be a character set string as defined in Section 7.1 of RFC 1521 but the class does not enforce this through validation.

This property is only applicable to properties in objects conforming to the vCard 2.1 or vCalendar 1.0 specification. It is ignored by all other specifications.

See Also