libphonenumber-csharp 8.13.28

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package libphonenumber-csharp --version 8.13.28
NuGet\Install-Package libphonenumber-csharp -Version 8.13.28
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="libphonenumber-csharp" Version="8.13.28" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libphonenumber-csharp --version 8.13.28
#r "nuget: libphonenumber-csharp, 8.13.28"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install libphonenumber-csharp as a Cake Addin
#addin nuget:?package=libphonenumber-csharp&version=8.13.28

// Install libphonenumber-csharp as a Cake Tool
#tool nuget:?package=libphonenumber-csharp&version=8.13.28

Build status codecov NuGet

C# port of Google's libphonenumber library.

The code was rewritten from the Java source mostly unchanged, please refer to the original documentation for sample code and API documentation.

The original Apache License 2.0 was preserved.

See this for details about the port.

Phone number metadata is updated in the Google repo approximately every two weeks. This library is automatically updated by a scheduled github action to include the latest metadata, usually within a day.

Example

  var phoneNumberUtil = PhoneNumbers.PhoneNumberUtil.GetInstance();
  var e164PhoneNumber = "+44 117 496 0123";
  var nationalPhoneNumber = "2024561111";
  var smsShortNumber = "83835";
  var phoneNumber = phoneNumberUtil.Parse(e164PhoneNumber, null);
  phoneNumber = phoneNumberUtil.Parse(nationalPhoneNumber, "US");
  phoneNumber = phoneNumberUtil.Parse(smsShortNumber, "US");

Features

  • Parsing/formatting/validating phone numbers for all countries/regions of the world.
  • GetNumberType - gets the type of the number based on the number itself; able to distinguish Fixed-line, Mobile, Toll-free, Premium Rate, Shared Cost, VoIP and Personal Numbers (whenever feasible).
  • IsNumberMatch - gets a confidence level on whether two numbers could be the same.
  • GetExampleNumber/GetExampleNumberByType - provides valid example numbers for 218 countries/regions, with the option of specifying which type of example phone number is needed.
  • IsPossibleNumber - quickly guessing whether a number is a possible phonenumber by using only the length information, much faster than a full validation.
  • AsYouTypeFormatter - formats phone numbers on-the-fly when users enter each digit.
  • FindNumbers - finds numbers in text input

ToDo

  • port read/write source xml data to binary for better performance and smaller .nupkg size (WIP)
  • update / add / port new unit tests and logging from java source

How to unfold automatic generated files

  • Install Jetbrains - Resharper for Visual Studio
  • File by file, right click and "Cleanup code"
  • Check the unfolded file

Available on NuGet as package libphonenumber-csharp.

Buy me a beer

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (100)

Showing the top 5 NuGet packages that depend on libphonenumber-csharp:

Package Downloads
N3O.Umbraco.Validation

TODO

GlobalPhone

Package Description

LineTen.Core

LineTen core interfaces and helper classes

Flynk.Common.Utils

Utilities for generic applications

horaios.de.Charis.Objects

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on libphonenumber-csharp:

Repository Stars
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
notifo-io/notifo
Multi channel notification service for collaboration tools, e-commerce, news service and more.
shr670377723/CommunityServer-master
Version Downloads Last updated
8.13.35 19,682 4/19/2024
8.13.34 83,453 4/5/2024
8.13.33 74,429 3/25/2024
8.13.32 97,545 3/12/2024
8.13.31 124,944 2/25/2024
8.13.30 166,340 2/9/2024
8.13.29 148,307 1/26/2024
8.13.28 12,260 1/25/2024
8.13.27 381,289 12/21/2023
8.13.26 299,882 11/29/2023
8.13.25 207,398 11/20/2023
8.13.24 338,554 10/31/2023
8.13.23 216,581 10/17/2023
8.13.22 269,567 9/29/2023
8.13.21 144,057 9/20/2023
8.13.20 194,637 9/7/2023
8.13.19 223,317 8/22/2023
8.13.18 285,621 8/3/2023
8.13.17 115,960 7/27/2023
8.13.16 189,681 7/11/2023
8.13.15 1,578 7/11/2023
8.13.14 501,395 6/15/2023
8.13.13 1,618 6/15/2023
8.13.12 1,611 6/15/2023
8.13.11 833,763 4/27/2023
8.13.10 91,550 4/20/2023
8.13.9 170,787 4/10/2023
8.13.8 162,652 3/27/2023
8.13.7 547,000 3/3/2023
8.13.6 482,086 2/10/2023
8.13.5 221,116 1/29/2023
8.13.4 341,194 1/9/2023
8.13.3 333,622 12/22/2022
8.13.2 499,063 12/8/2022
8.13.1 227,021 11/28/2022
8.13.0 479,093 11/8/2022
8.12.57 625,131 10/14/2022
8.12.56 667,494 9/23/2022
8.12.55 423,442 9/9/2022
8.12.54 376,365 8/22/2022
8.12.53 410,115 8/8/2022
8.12.52 424,831 7/19/2022
8.12.51.1 141,149 7/12/2022
8.12.50 733,737 6/13/2022
8.12.49 307,478 6/1/2022
8.12.48 284,497 5/18/2022
8.12.47 6,015 5/18/2022
8.12.46 750,066 4/15/2022
8.12.45 1,050,431 3/14/2022
8.12.44 99,218 3/9/2022
8.12.43 423,354 2/14/2022
8.12.42 1,915 2/14/2022
8.12.41 1,927 2/14/2022
8.12.40 2,018 2/14/2022
8.12.39 1,993 2/14/2022
8.12.38 1,529,547 12/15/2021
8.12.37 2,412 12/15/2021
8.12.36 2,306 12/15/2021
8.12.35 2,107 12/15/2021
8.12.34 1,564,045 10/7/2021
8.12.33 374,228 9/23/2021
8.12.32 205,940 9/11/2021
8.12.31 2,450 9/11/2021
8.12.30 276,869 8/18/2021
8.12.29 2,205 8/18/2021
8.12.28 422,696 7/23/2021
8.12.27 236,376 7/8/2021
8.12.26 129,210 6/25/2021
8.12.25 130,164 6/16/2021
8.12.24 771,888 5/31/2021
8.12.23 228,618 5/13/2021
8.12.22 296,562 4/30/2021
8.12.21 325,558 4/8/2021
8.12.19 582,335 3/2/2021
8.12.18 438,623 2/10/2021
8.12.17 252,428 1/27/2021
8.12.16 140,418 1/15/2021
8.12.15 485,730 12/18/2020
8.12.14 300,545 12/4/2020
8.12.13 489,446 11/18/2020
8.12.11 1,040,224 10/9/2020
8.12.10 180,813 9/29/2020
8.12.9 392,662 9/2/2020
8.12.8 424,828 8/17/2020
8.12.7 479,654 7/21/2020
8.12.6 188,805 7/6/2020
8.12.5 2,568 7/6/2020
8.12.4 493,536 5/21/2020
8.12.3 187,974 5/8/2020
8.12.2 223,134 4/23/2020
8.12.1 474,164 3/31/2020
8.12.0 278,373 3/20/2020
8.11.5 293,009 3/3/2020
8.11.4 283,127 2/13/2020
8.11.3 273,567 2/3/2020
8.11.2 757,777 1/16/2020
8.11.1 373,569 12/12/2019
8.11.0 111,957 11/29/2019
8.10.23 85,742 11/18/2019
8.10.22 54,385 11/14/2019
8.10.21 395,378 10/17/2019
8.10.20 176,012 10/3/2019
8.10.19 175,189 9/21/2019
8.10.18 41,743 9/17/2019
8.10.17 280,395 8/16/2019
8.10.16 86,559 8/5/2019
8.10.15 191,674 7/18/2019
8.10.14 185,596 7/1/2019
8.10.13 428,518 5/31/2019
8.10.12 257,986 5/15/2019
8.10.11 81,873 5/7/2019
8.10.10 129,447 4/17/2019
8.10.9 250,496 4/5/2019
8.10.8 109,726 3/23/2019
8.10.7 146,346 3/11/2019
8.10.6 137,047 2/22/2019
8.10.5 444,756 2/8/2019
8.10.4 179,730 1/25/2019
8.10.3 124,142 1/11/2019
8.10.2 339,705 12/7/2018
8.10.1 64,489 11/29/2018
8.10.0 31,688 11/29/2018
8.9.16 356,895 10/19/2018
8.9.15 118,518 10/6/2018
8.9.14 87,007 9/21/2018
8.9.13 115,366 9/7/2018
8.9.12 224,488 8/25/2018
8.9.11 73,043 8/18/2018
8.9.10 297,792 7/12/2018
8.9.9 66,792 6/29/2018
8.9.8 70,218 6/15/2018
8.9.7 78,106 5/30/2018
8.9.6 120,290 5/16/2018
8.9.5 36,568 5/4/2018
8.9.4 99,756 4/17/2018
8.9.3 38,510 4/5/2018
8.9.2 68,986 3/19/2018
8.9.1 33,056 3/8/2018
8.9.0 48,787 2/22/2018
8.8.11 59,492 2/8/2018
8.8.10 36,428 1/25/2018
8.8.9 195,023 1/10/2018
8.8.8 147,446 12/8/2017
8.8.7 30,458 12/1/2017
8.8.6 65,483 11/17/2017
8.8.5 131,472 10/31/2017
8.8.4 132,686 10/17/2017
8.8.3 60,699 10/6/2017
8.8.2 44,934 9/22/2017
8.8.1 46,356 9/8/2017
8.8.0 89,782 8/22/2017
8.7.1 39,725 8/3/2017
8.7.0.1 54,342 7/21/2017
8.6.0.1 4,440 7/18/2017
8.6.0 39,735 7/10/2017
8.3.1.2 93,120 6/24/2017
8.3.1.1 125,596 3/13/2017
8.3.1 19,971 3/4/2017
7.7.4 319,043 11/13/2016
7.5.1 398,399 8/6/2016
7.2.5 402,267 2/11/2016
7.0.11 145,589 10/5/2015
7.0.9 79,196 8/16/2015
7.0.5.5 77,160 5/27/2015
7.0.5.4 3,135 5/23/2015
7.0.5.3 17,339 4/28/2015
7.0.5.1 2,935 4/27/2015
7.0.5 3,166 4/25/2015
4.10.0.62 276,000 8/21/2012
4.10.0.61 3,075 8/9/2012
4.10.0.59 3,240 7/27/2012
4.10.0.55 3,227 7/19/2012
4.9.0.52 3,125 7/13/2012
4.9.0.43 3,021 7/10/2012
4.9.0.42 3,139 7/9/2012
4.8.0.35 3,201 6/22/2012
4.8.0.33 3,977 6/16/2012
4.8.0.31 3,145 6/7/2012
4.8.0.30 3,662 5/31/2012
4.8.0.24 3,573 5/9/2012
4.7.0.21 4,406 4/28/2012
4.7.0.19 3,118 4/25/2012
4.6.0.16 3,451 3/30/2012
4.6.0.13 12,034 2/10/2012
4.5.0.9 6,451 1/30/2012
4.5.0.6 3,220 1/21/2012
4.5.0.4 4,089 1/20/2012
4.4.0.1 28,656 1/10/2012
3.8.0.400 3,264 11/28/2011
3.8.0.399 3,228 11/27/2011
3.8.0.394 3,258 11/24/2011
3.8.0.342 3,332 9/17/2011
3.7.1.342 3,251 9/17/2011
3.7.1.312 3,198 8/5/2011
3.7.1.306 7,969 8/5/2011