Click or drag to resize

Iso3166Alpha3ToCountry Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This class contains a single static method. The method returns the Country for any ISO 3166-1-alpha-3 code.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseIso3166Alpha3ToCountry

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class Iso3166Alpha3ToCountry

The Iso3166Alpha3ToCountry type exposes the following members.

Constructors
  NameDescription
Public methodIso3166Alpha3ToCountry
Initializes a new instance of the Iso3166Alpha3ToCountry class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberToCountry
Gets the Country for any given ISO 3166-1-alpha-3 code.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Examples
C#
Country country = Iso3166Alpha3ToCountry.ToCountry(string iso3166Alpha3Country);
// country = "Country.UK"
See Also