Standard SetsStandard Sets
Sets U.S. States

Michigan

Michigan

fullName

Variations

postalCode

MI

apStyle

Mich.

gpoStyle

Mich.

Transformations1

Convert U.S. State full name to two-letter postal code

MichiganMI

getItemVariation('Michigan', VariationKey.POSTAL_CODE)

Convert U.S. State two-letter postal code to full name

MIMichigan

getItemVariation('MI', VariationKey.FULL_NAME)

Convert U.S. State two-letter postal code to AP Style format

MIMich.

getItemVariation('MI', VariationKey.AP_STYLE)

Convert U.S. State two-letter postal code to GPO Style format

MIMich.

getItemVariation('MI', VariationKey.GPO_STYLE)

by Ryan Hefner