Click or drag to resize

Iso3166ToCountryToCountry Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the Country for any given ISO 3166-1-alpha-2 code.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static Country ToCountry(
	string iSOCountryCode
)

Parameters

iSOCountryCode
Type: SystemString
The ISO 3166-1-alpha-2 code to get the Country for.

Return Value

Type: Country
A Country from the ISO 3166-1-alpha-2 code eg Country.UK
Remarks