https://github.com/soenneker/soenneker.normalizers.phone
A performant utility method for converting user-entered phone numbers into strict E.164 format, supporting US and international dialing conventions with minimal allocations.
https://github.com/soenneker/soenneker.normalizers.phone
basenormalizer csharp dotnet normalizer normalizers phone phonenormalizer util
Last synced: about 1 month ago
JSON representation
A performant utility method for converting user-entered phone numbers into strict E.164 format, supporting US and international dialing conventions with minimal allocations.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.normalizers.phone
- Owner: soenneker
- License: mit
- Created: 2025-05-08T18:41:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-20T22:32:18.000Z (about 1 month ago)
- Last Synced: 2026-04-21T00:40:17.251Z (about 1 month ago)
- Topics: basenormalizer, csharp, dotnet, normalizer, normalizers, phone, phonenormalizer, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.normalizers.phone/)
[](https://github.com/soenneker/soenneker.normalizers.phone/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.normalizers.phone/)
[](https://github.com/soenneker/soenneker.normalizers.phone/actions/workflows/codeql.yml)
#  Soenneker.Normalizers.Phone
### A performant utility method for converting user-entered phone numbers into strict E.164 format, supporting US and international dialing conventions with minimal allocations.
## Installation
```
dotnet add package Soenneker.Normalizers.Phone
```