Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderShipment Class / FormatToAddress Method / FormatToAddress(String,Boolean) Method
Format pattern to use for formatting
If true, address is formatted in HTML format
In This Topic
    FormatToAddress(String,Boolean) Method
    In This Topic
    Gets formatted Ship To address
    Syntax
    public virtual string FormatToAddress( 
       string pattern,
       bool isHtml
    )

    Parameters

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

    Return Value

    Formatted Ship To 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