This collection contains a special 'Other' item with a Country Code of 'XX'.
| Name | Description | |
|---|---|---|
| AddressDeliveryType_FromAddressDatabaseString | Returns the Address Delivery Type enumeration from its Text String (as per Address Database specifications). | |
| AddressDeliveryType_FromString | Returns the Address Delivery Type enumeration from a Text String. | |
| AddressDeliveryType_ToAddressDatabaseString | Returns the Address Delivery Type String (as per Address Database specifications) from its enumeration. | |
| AddressDeliveryType_ToString | Returns the Address Delivery Type String from its enumeration. | |
| ExistsName | Checks to see if a Country with the specified Name exists in the collection. | |
| GetCountryCodesList | Retrieves a list of all supported Country Codes. | |
| GetCountryNamesList | Retrieves a list of all supported Country Names. | |
| GetDeliveryTypesList | Returns a list of valid Delivery Types for the Country specified. |
| Name | Description | |
|---|---|---|
| ItemByCodeOrNameSafe Read-Only | Retrieve an item by Country Code or Name. | |
| ItemByCodeSafe Read-Only | Retrieve an item by Country Code. | |
| ItemByIndex Read-Only | Retrieve an item by its index in the collection. |