Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / ValidationHelper Class / IsPostOfficeBoxAddress Method
The street address to validate
In This Topic
    IsPostOfficeBoxAddress Method
    In This Topic
    Checks if the given steet address is a Post Office Box address
    Syntax
    public static bool IsPostOfficeBoxAddress( 
       string street
    )

    Parameters

    street
    The street address to validate

    Return Value

    A value indicating whether the address belongs to a post office box.
    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