CountryToIso3166Alpha3ToString Method (Country) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the ISO 3166-1-alpha-3 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
)
Public Shared Function ToString (
country As Country
) As String
Parameters
- country
- Type: Telogis.GeoBaseCountry
The Country to get the ISO 3166-1-alpha-3 code for
Return Value
Type:
StringA string containing the Country's ISO 3166-1-alpha-3 code eg "USA"
Remarks See Also