Parse Address Details and return HTML of the formatted Address with a hyperlink to lookup the Address.

Syntax

finHtmlSummaryPage2StringBuilder.ParseAddressDetails(addressDetails, [singleLine], [physicalFormat], [showCountryIfNotDatabaseCountry], [includeHyperlink], [addressFormatted])

Parameters

NameTypeOptionalByRefDescription
addressDetails ISAddressDetails The Address Details object.
singleLine Boolean Optional Indicates whether to format the Address on a Single Line. If omitted, a value of False is assumed.
physicalFormat Boolean Optional Indicates whether to use the Physical Format. If omitted, a value of False is assumed.
showCountryIfNotDatabaseCountry Boolean Optional Indicates whether to show the Country if it does not match the Database Country. If omitted, a value of True is assumed.
includeHyperlink Boolean Optional Indicates whether to include a Hyperlink to lookup the Address. If omitted, a value of True is assumed.
addressFormatted String Optional A pre-formatted Address. This will be used in place of for addressDetails for display purposes.

Return Value

String

A String value.

Member of:
finHtmlSummaryPage2StringBuilder
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0