Iso3166ToCountry Class | ![]() |
Namespace: Telogis.GeoBase
The Iso3166ToCountry type exposes the following members.
Name | Description | |
---|---|---|
![]() | Iso3166ToCountry | Initializes a new instance of the Iso3166ToCountry 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-2 code.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Country country = Iso3166ToCountry.ToCountry(string iso3166Country); // country = "Country.UK"