[This is preliminary documentation and is subject to change.]

Converts the Address to the formatted string representation. This is used to display the Address as a formatted string.

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string ToFormattedString()
Visual Basic (Declaration)
Public Function ToFormattedString As String
Visual C++
public:
String^ ToFormattedString()

Return Value

the formatted string representation of the Address.

See Also