phone-number-parser icon indicating copy to clipboard operation
phone-number-parser copied to clipboard

A .NET library for parsing phone numbers.

Results 24 phone-number-parser issues
Sort by recently updated
recently updated
newest added

Ideas: - Prefer `PhoneNumber.Parse(string, CountryInfo)` to `PhoneNumber.Parse(string, string)` where the country code is a literal not a variable. - `Avoid PhoneNumber.Parse(string, new ParseOptions { })`

enhancement

Being implemented on the [features/israel](https://github.com/TrevorPilley/phone-number-parser/tree/features/israel) branch.

new country
blocked

Canada, Guam, Puerto Rico, United States and United States Virgin Islands were added in 2.12.0 & 2.13.0.

new country