Click or drag to resize
IAddressExtensionsGetStateCode Method
Returns state code for state specified by AddressStateID property.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static string GetStateCode(
	this IAddress address
)

Parameters

address
Type: CMS.EcommerceIAddress
Object implementing IAddress interface.

Return Value

Type: String
State code or empty string when state not found.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IAddress. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also