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.2.0+a3997783578d19ef70b23d32085936c13ed21656
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