Iso3166Country Constructor
Iso constructor
Namespace: MobileTrack.Common.ModelsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal Iso3166Country(
string name,
string alpha2,
string alpha3,
int numericCode,
string dialCode,
NumberRange phoneNumberRange
)
Parameters
- name String
- Country name
- alpha2 String
- Country two-letter code
- alpha3 String
- Country three-letter code
- numericCode Int32
- Number code of a country
- dialCode String
- Phone number prefix(es) of a country. E.g. Netherlands is "+31"
- phoneNumberRange NumberRange
- The phone number range this country allows. as per the E.164 standards.