Click or drag to resize
CountriesMacroContainerTryGetValue Method
Returns country of specified name if exists.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public bool TryGetValue(
	string countryName,
	out Object value
)

Parameters

countryName
Type: SystemString
Name of the country
value
Type: SystemObject
CountryInfo will be returned if exists

Return Value

Type: Boolean

Implements

IDataContainerTryGetValue(String, Object)
See Also