JSCompsFormatter Class

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).

Definition

Namespace: FolkerKinzel.VCards.Formatters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public static class JSCompsFormatter
Inheritance
Object    JSCompsFormatter

Remarks

Implementors of IAddressFormatter or INameFormatter may use this class.

Methods

TryFormat Tries to convert an object that implements ICompoundProperty (AddressProperty or NameProperty) to a formatted String, depending on the value of its ComponentOrder property (JSCOMPS).

See Also