CountriesMacroContainerTryGetValue Method |
Returns country of specified name if exists.
Namespace: CMS.GlobalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax 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:
BooleanImplements
IDataContainerTryGetValue(String, Object)See Also