Iso3166Alpha3ToCountryToCountry Method | |
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-3 code.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static Country ToCountry(
string iSOCountryCode
)
Public Shared Function ToCountry (
iSOCountryCode As String
) As Country
Parameters
- iSOCountryCode
- Type: SystemString
The ISO 3166-1-alpha-3 code to get the Country for.
Return Value
Type:
CountryA
Country from the ISO 3166-1-alpha-3 code eg Country.UK
Remarks See Also