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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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