CountriesFindByAlfa3Code Method

Get the name of the country indicating the code Alfa3.

Definition

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

Parameters

codeAlfa3  String
Alfa 3 code.

Return Value

Country
Country with the country.

Remarks

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

See Also