Click or drag to resize
CountryInfoProviderGetCountryInfo Method (String)
Returns the CountryInfo structure for the specified country.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static CountryInfo GetCountryInfo(
	string countryName
)

Parameters

countryName
Type: SystemString
Country name

Return Value

Type: CountryInfo
See Also