Click or drag to resize
StateInfoProviderGetStateInfoByCode Method
Returns the StateInfo structure for the specified state code.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static StateInfo GetStateInfoByCode(
	string stateCode
)

Parameters

stateCode
Type: SystemString
Code of the state

Return Value

Type: StateInfo
See Also