An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.enums.states.us.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.enums.states.us/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.enums.states.us/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.enums.states.us/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.enums.states.us.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.enums.states.us/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.enums.states.us/codeql.yml?label=CodeQL&style=for-the-badge)](https://github.com/soenneker/soenneker.enums.states.us/actions/workflows/codeql.yml)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) 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
```