CountriesFindByAlfa3Code Method
Get the name of the country indicating the code Alfa3.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Country FindByAlfa3Code(
string codeAlfa3
)
Public Shared Function FindByAlfa3Code (
codeAlfa3 As String
) As Country
- codeAlfa3 String
- Alfa 3 code.
CountryCountry with the country.
If the country is not found by the code, it returns null.