Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / ShipZone Class / IncludesPostalCode Method
The postal code to test against the zone criteria
In This Topic
    IncludesPostalCode Method
    In This Topic
    Indicates whether the given postal code is included in the zone.
    Syntax
    public virtual bool IncludesPostalCode( 
       string postalCode
    )

    Parameters

    postalCode
    The postal code to test against the zone criteria

    Return Value

    True if the postal code is included in the zone, false otherwise.
    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