Click or drag to resize

CountryToIso3166ToString Method (Country)

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

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

Parameters

country
Type: Telogis.GeoBaseCountry
The Country to get the ISO 3166-1-alpha-2 code for

Return Value

Type: String
A string containing the Country's ISO 3166-1-alpha-2 code eg "US"
Remarks