C# Class Azavea.NijPredictivePolicing.ACSAlchemistLibrary.States

Encapsulates common operations with the States enum
Datei anzeigen Open project: azavea/acs-alchemist

Public Methods

Method Description
StateToCensusName ( AcsState state ) : string

The Census uses it's own naming convention for states (currently PascalCase without spaces)

StateToRealName ( AcsState state ) : string

Get's a pretty name for a state

Method Details

StateToCensusName() public static method

The Census uses it's own naming convention for states (currently PascalCase without spaces)
public static StateToCensusName ( AcsState state ) : string
state AcsState
return string

StateToRealName() public static method

Get's a pretty name for a state
public static StateToRealName ( AcsState state ) : string
state AcsState
return string