AccountsHelperGetCountryByCode Method |
Gets country by country code.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static Country GetCountryByCode(
string countryCode
)
Public Shared Function GetCountryByCode (
countryCode As String
) As Country
public:
static Country^ GetCountryByCode(
String^ countryCode
)
static member GetCountryByCode :
countryCode : string -> Country
Parameters
- countryCode
- Type: SystemString
Country code parameter.
Return Value
Type:
CountryCountry object or null if nothing is found.
See Also