AddressFactoryBaseCheckCountryCode Method

Checks whether a Country code is valid.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static bool CheckCountryCode(
	string? code
)

Parameters

code  String
ISO-3166 Country code.

Return Value

Boolean
if the Country code was found.

See Also