Skip to content

Simple library for returning collection of US states and Canadian Provinces

Notifications You must be signed in to change notification settings

alambrecht/StatesHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

States Helper

Simple library for returning collection of US states and Canadian Provinces

public class States
{
    public string Name { get; set; }
    public string Abbreviation { get; set; }
    public string Country { get; set; }
}

Usage:

var states = States.GetStatesFromXml();

About

Simple library for returning collection of US states and Canadian Provinces

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages