Click or drag to resize
StateInfoProvider.GetStateInfoInternal Method (String)
Returns the StateInfo structure for the specified state.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
protected virtual StateInfo GetStateInfoInternal(
	string stateName
)

Parameters

stateName
Type: System.String
StateName

Return Value

Type: StateInfo
See Also