Phone codes

Phone code data is contained within WorldPhoneCode instances and is mostly used in various data generators.

Each WorldPhoneCode instance contains data concerning phone codes and contains the following information:

  • Prefix - Phone number prefix
  • Country - Country code

Below are a few examples:

Prefix Country
1 US
41 CH
44 GB
49 DE
57 DE

A collection of all WorldPhoneCode instances can be accessed with PickLists.WorldPhoneCodes, an IEnumerable collection. You can use all the standard methods the Enumerable type offers.