Iso3166FromAlpha3 Method

Obtain ISO3166-1 Country based on its Alpha3 code.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static Iso3166Country FromAlpha3(
	string alpha3
)

Parameters

alpha3  String
Country Alpha3 code

Return Value

Iso3166Country
The country representing the Alpha3 code. Parameter is not case-sensitive.

Exceptions

ArgumentNullException
InvalidOperationExceptionNo element satisfies the condition in alpha3

See Also