| StatisticsGetCountry Method |
Returns country information by the given country code.
Namespace:
Dynamicweb.Analytics.Leads.LeadsStatistic
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static CountryInfo GetCountry(
string code
)
Public Shared Function GetCountry (
code As String
) As CountryInfo
Parameters
- code
- Type: SystemString
Country code.
Return Value
Type:
CountryInfoCountry information or null (Nothing in Visual Basic) if country information cannot be resolved.
Exceptions Remarks See Also