JSCompsFormatterTryFormat Method
Namespace: FolkerKinzel.VCards.FormattersAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public static bool TryFormat(
ICompoundProperty property,
out string?? formatted
)
Public Shared Function TryFormat (
property As ICompoundProperty,
<OutAttribute> ByRef formatted As String
) As Boolean
public:
static bool TryFormat(
ICompoundProperty^ property,
[OutAttribute] String^% formatted
)
static member TryFormat :
property : ICompoundProperty *
formatted : string byref -> bool
- property ICompoundProperty
- The ICompoundProperty instance to convert.
- formatted String
- Contains the formatted String after the method returns
successfully.
Booleantrue if the conversion was successful, otherwise
false.