Google.LibPhoneNumber 1.0.0

dotnet add package Google.LibPhoneNumber --version 1.0.0
NuGet\Install-Package Google.LibPhoneNumber -Version 1.0.0
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="Google.LibPhoneNumber" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Google.LibPhoneNumber --version 1.0.0
#r "nuget: Google.LibPhoneNumber, 1.0.0"
#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 Google.LibPhoneNumber as a Cake Addin
#addin nuget:?package=Google.LibPhoneNumber&version=1.0.0

// Install Google.LibPhoneNumber as a Cake Tool
#tool nuget:?package=Google.LibPhoneNumber&version=1.0.0

Highlights of functionality

   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 all 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.
   isValidNumber - full validation of a phone number for a region using length and prefix information.
   AsYouTypeFormatter - formats phone numbers on-the-fly when users enter each digit.
   findNumbers - finds numbers in text input.
   PhoneNumberOfflineGeocoder - provides geographical information related to a phone number.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Google.LibPhoneNumber:

Package Downloads
QuickerDrivingTest-ClassLibrary

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 991,616 4/30/2016