You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C# port of Google's [libphonenumber library](https://github.com/google/libphonenumber).
5
6
6
-
C# port of Google's [libphonenumber library](https://github.com/googlei18n/libphonenumber).
7
+
The code was rewritten from the Java source mostly unchanged, please refer to the original documentation for sample code and API documentation.
7
8
8
-
The code was rewritten from the Java source mostly unchanged, please refer to the original documentation for sample code and API documentation.
9
+
The original Apache License 2.0 was preserved.
9
10
10
-
The original Apache License 2.0 was preserved.
11
+
See [this](https://github.com/twcclegg/libphonenumber-csharp/blob/main/csharp/README.txt"csharp/README.txt") for details about the port.
11
12
12
-
See [this](https://github.com/twcclegg/libphonenumber-csharp/blob/main/csharp/README.txt"csharp/README.txt") for details about the port.
13
-
14
-
Phone number metadata is updated in the Google repo approximately every two weeks. This library is automatically updated by a [scheduled github action](https://github.com/twcclegg/libphonenumber-csharp/actions/workflows/create_new_release_on_new_metadata_update.yml) to include the latest metadata, usually within a day.
13
+
Phone number metadata is updated in the Google repo approximately every two weeks. This library is automatically updated by a [scheduled github action](https://github.com/twcclegg/libphonenumber-csharp/actions/workflows/create_new_release_on_new_metadata_update.yml) to include the latest metadata, usually within a day.
15
14
16
15
## Example
17
16
@@ -33,7 +32,7 @@ C# port of Google's [libphonenumber library](https://github.com/googlei18n/libph
33
32
* GetExampleNumber/GetExampleNumberByType - provides valid example numbers for 218 countries/regions, with the option of specifying which type of example phone number is needed.
34
33
* IsPossibleNumber - quickly guessing whether a number is a possible phonenumber by using only the length information, much faster than a full validation.
35
34
* AsYouTypeFormatter - formats phone numbers on-the-fly when users enter each digit.
0 commit comments