Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.Globalization
CountriesMacroContainer Class
CountriesMacroContainer Methods
ContainsColumn Method
TryGetValue Method
CountriesMacroContainer
TryGetValue Method
Returns country of specified name if exists.
Namespace:
CMS.Globalization
Assembly:
CMS.Globalization (in CMS.Globalization.dll) Version: 8.2.23
Syntax
C#
Copy
public
bool
TryGetValue
(
string
countryName
,
out
Object
value
)
Parameters
countryName
Type:
System
String
Name of the country
value
Type:
System
Object
CountryInfo will be returned if exists
Return Value
Type:
Boolean
Implements
IDataContainer
TryGetValue(String, Object
)
See Also
Reference
CountriesMacroContainer Class
CMS.Globalization Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com