Walter.BOM
TryGetGeoLocation Method (GeoLocationMapping)
Walter.BOM Assembly > Walter.BOM.Geo Namespace > GeoLocationMapping Class : TryGetGeoLocation Method
The name to lookup.
The country mapped to the country name.
Tries to get the geo location of a country name or the 2 letter ISO country code .
Syntax
public static bool TryGetGeoLocation( 
   string name,
   out GeoLocation country
)

Parameters

name
The name to lookup.
country
The country mapped to the country name.

Return Value

true if found
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GeoLocationMapping Class
GeoLocationMapping Members