Walter.BOM
GetInternationalCountryName(Nullable<GeoLocation>,String) Method
Walter.BOM Assembly > Walter.BOM.Geo Namespace > GeoExtensionMethods Class > GetInternationalCountryName Method : GetInternationalCountryName(Nullable<GeoLocation>,String) Method
The location.
The two letter iso country code.
Gets the name of the international country.
Syntax
public static string GetInternationalCountryName( 
   Nullable<GeoLocation> location,
   string twoLetterIsoCountryCode
)

Parameters

location
The location.
twoLetterIsoCountryCode
The two letter iso country code.

Return Value

System.String.
Exceptions
ExceptionDescription
'{nameof(twoLetterIsoCountryCode)}' cannot be null or empty. - twoLetterIsoCountryCode
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

GeoExtensionMethods Class
GeoExtensionMethods Members
Overload List