Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / Warehouse Class / FormatAddress Method
Indicates whether the returned address should be formatted for HTML.
In This Topic
    FormatAddress Method (Warehouse)
    In This Topic
    Gets the formatted address for the warehouse.
    Syntax
    public virtual string FormatAddress( 
       bool isHtml
    )

    Parameters

    isHtml
    Indicates whether the returned address should be formatted for HTML.

    Return Value

    The formatted address for the warehouse.
    Remarks
    The returned address does not include the "name" of the warehouse.
    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