JSCompsFormatterTryFormat Method
Namespace: FolkerKinzel.VCards.FormattersAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
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.