https://github.com/soenneker/soenneker.enums.states.us
A simple, standardized enum representing all U.S. states and territories using their two-letter postal abbreviations. Ideal for validation, storage, and display logic in location-based applications.
https://github.com/soenneker/soenneker.enums.states.us
csharp dotnet enum enumeration enums state states us usstate
Last synced: 10 days ago
JSON representation
A simple, standardized enum representing all U.S. states and territories using their two-letter postal abbreviations. Ideal for validation, storage, and display logic in location-based applications.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.enums.states.us
- Owner: soenneker
- License: mit
- Created: 2025-05-08T00:49:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-01T00:54:05.000Z (15 days ago)
- Last Synced: 2026-06-01T01:02:57.827Z (15 days ago)
- Topics: csharp, dotnet, enum, enumeration, enums, state, states, us, usstate
- Language: C#
- Homepage: https://soenneker.com
- Size: 115 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.enums.states.us/)
[](https://github.com/soenneker/soenneker.enums.states.us/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.enums.states.us/)
[](https://github.com/soenneker/soenneker.enums.states.us/actions/workflows/codeql.yml)
#  Soenneker.Enums.States.US
### A simple, standardized enum representing all U.S. states and territories using their two-letter postal abbreviations. Ideal for validation, storage, and display logic in location-based applications.
## Installation
```
dotnet add package Soenneker.Enums.States.US
```