Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderShipment Class / FormatFromAddress Method / FormatFromAddress(String,Boolean) Method
Format pattern to use for formatting
If true, address is formatted in HTML format
In This Topic
    FormatFromAddress(String,Boolean) Method
    In This Topic
    Gets formatted Ship From address
    Syntax
    public virtual string FormatFromAddress( 
       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 From 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