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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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