Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / Subscription Class / FormatShipAddress Method / FormatShipAddress(String,Boolean) Method
Format pattern to use for formatting
If true, address is formatted in HTML format
Version
FormatShipAddress(String,Boolean) Method
Gets formatted Shipping address
Syntax
public virtual string FormatShipAddress( 
   string pattern,
   bool isHtml
)

Parameters

pattern
Format pattern to use for formatting
isHtml
If true, address is formatted in HTML format

Return Value

Formatted Shipping address
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also