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

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 10.0.0
Syntax
C#
protected virtual StateInfo GetStateInfoByCodeInternal(
	string stateCode
)

Parameters

stateCode
Type: System.String
Code of the state

Return Value

Type: StateInfo
See Also