Click or drag to resize

PostalCode Class

Utility class for working with zip codes and other postal codes.
Inheritance Hierarchy
SystemObject
  NetQuarryPostalCode

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class PostalCode

The PostalCode type exposes the following members.

Methods
  NameDescription
Public methodStatic memberZipDistanceCalc
Calculate the distance between two zip codes.
Public methodStatic memberZipInfoLookup(IDatabase, String, PostalCodeSearchOptions)
Look up a ZIP code from the xot_zip_codes table.
Public methodStatic memberZipInfoLookup(IDatabase, String, String, String, PostalCodeSearchOptions)
Look up a ZIP code from a table or view similar to the xot_zip_codes table.
Top
See Also