Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET Phone Number Parsing Library

Does anyone know of a generic phone number parsing library for .NET? Ideally I'm looking for something similiar to the Ruby Phone library.

like image 493
DanP Avatar asked Sep 07 '10 18:09

DanP


1 Answers

I would go with the C# port of the Google libphonenumber library.

https://bitbucket.org/pmezard/libphonenumber-csharp/wiki/Home

like image 176
James Reategui Avatar answered Oct 16 '22 13:10

James Reategui