FolkerKinzel.VCards.Formatters Namespace

Contains types used to format names and postal addresses into localized strings.

Classes

JSCompsFormatter Static class that provides functionality to convert a VCardProperty instance that implements ICompoundProperty (AddressProperty or NameProperty) to a formatted String, depending on the value of its ComponentOrder property (JSCOMPS).

Interfaces

IAddressFormatter Interface that allows implementing classes to convert AddressProperty instances to Strings, which represent corresponding address labels.
ICompoundProperty Interface implemented by VCardProperty instances containing a compound value.
INameFormatter Interface that allows implementing classes to convert NameProperty instances to corresponding Strings, which can by displayed to users.