C# Class Azavea.NijPredictivePolicing.ACSAlchemistLibrary.States

Encapsulates common operations with the States enum
Afficher le fichier Open project: azavea/acs-alchemist

Méthodes publiques

Méthode 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 méthode

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

StateToRealName() public static méthode

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