Click or drag to resize
IAddressExtensions Class
Extension methods for IAddress interface. Allows to get codes for countries and states.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceIAddressExtensions

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static class IAddressExtensions

The IAddressExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCountryThreeLetterCode
Returns three-letter country code for country specified by AddressCountryID property.
Public methodStatic memberGetCountryTwoLetterCode
Returns two-letter country code for country specified by AddressCountryID property.
Public methodStatic memberGetStateCode
Returns state code for state specified by AddressStateID property.
Top
See Also