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