Click or drag to resize
CountryInfoProviderGetCountryInfo Method (String)

Note: This API is now obsolete.

Returns the CountryInfo structure for the specified country.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ICountryInfoProvider.Get(string) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - CountryInfo.Provider.")]
public static CountryInfo GetCountryInfo(
	string countryName
)

Parameters

countryName
Type: SystemString
Country name

Return Value

Type: CountryInfo
See Also