ParameterSectionEncoding Property

ENCODING: Indicates the encoding of the VCardProperty. (2,3)

Definition

Namespace: FolkerKinzel.VCards.Models.Properties.Parameters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public Enc? Encoding { get; set; }

Property Value

NullableEnc

The value is set automatically - only for NonStandardProperty objects this has to be done manually.

In vCard 3.0 only Base64 is permitted.

See Also