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