VCardBuilderDisplayNames Property

FN: The formatted name string associated with the vCard object. (2,3,4)

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public TextBuilder DisplayNames { get; }

Property Value

TextBuilder

Remarks

The name representations stored in this property are typically intended to be presented to the users of the application.

  Tip

You can use the ToDisplayNames(INameFormatter) method to convert the structured name representations that are stored in the NameViews property to produce formatted representations readable by the users of the application.

See Also