CountriesFindByAlfa2Code Method

Get the name of the country indicating the code Alfa2.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Country FindByAlfa2Code(
	string codeAlfa2
)

Parameters

codeAlfa2  String
Alfa 2 code.

Return Value

Country
Country with the country.

Remarks

If the country is not found by the code, it returns null.

See Also