Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erezak/libphonenumber-csharp
Forking original c# port
https://github.com/erezak/libphonenumber-csharp
Last synced: 3 months ago
JSON representation
Forking original c# port
- Host: GitHub
- URL: https://github.com/erezak/libphonenumber-csharp
- Owner: erezak
- License: apache-2.0
- Created: 2013-08-14T05:58:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T20:31:39.000Z (about 4 years ago)
- Last Synced: 2024-07-05T15:06:43.730Z (4 months ago)
- Language: C#
- Homepage:
- Size: 49.3 MB
- Stars: 198
- Watchers: 31
- Forks: 80
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
# libphonenumber-csharp
Cloned from [https://bitbucket.org/pmezard/libphonenumber-csharp](https://bitbucket.org/pmezard/libphonenumber-csharp).
* The library is now working out of the box on a Windows Phone
* The library is now available for consumption in UWP on Windows 10 devices# From the original WIKI
## Conversion NotesC# port of Google's libphonenumber library:
[[http://code.google.com/p/libphonenumber/]]
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 [[https://bitbucket.org/pmezard/libphonenumber-csharp/src/tip/csharp/README.txt|csharp/README.txt]] for details about the port.
## 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