INameFormatterToDisplayName Method
Converts the content of a
NameProperty instance to a formatted
String,
which can by displayed to users.
Namespace: FolkerKinzel.VCards.FormattersAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
string? ToDisplayName(
NameProperty nameProperty,
VCard vCard
)
Function ToDisplayName (
nameProperty As NameProperty,
vCard As VCard
) As String
String^ ToDisplayName(
NameProperty^ nameProperty,
VCard^ vCard
)
abstract ToDisplayName :
nameProperty : NameProperty *
vCard : VCard -> string
- nameProperty NameProperty
- The NameProperty instance to convert.
- vCard VCard
- The VCard instance nameProperty belongs to.
StringA
String that represents the content of
nameProperty, or
null.