Iso3166Alpha3ToCountry Class |
Namespace: Telogis.GeoBase
The Iso3166Alpha3ToCountry type exposes the following members.
Name | Description | |
---|---|---|
Iso3166Alpha3ToCountry | Initializes a new instance of the Iso3166Alpha3ToCountry class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToCountry |
Gets the Country for any given ISO 3166-1-alpha-3 code.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Country country = Iso3166Alpha3ToCountry.ToCountry(string iso3166Alpha3Country); // country = "Country.UK"