SetsU.S. States

Minnesota

Minnesota

fullName

Variations

postalCode

MN

apStyle

Minn.

gpoStyle

Minn.

Transformations1

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

Minnesota → MN

getItemVariation('Minnesota', VariationKey.POSTAL_CODE)

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

MN → Minnesota

getItemVariation('MN', VariationKey.FULL_NAME)

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

MN → Minn.

getItemVariation('MN', VariationKey.AP_STYLE)

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

MN → Minn.

getItemVariation('MN', VariationKey.GPO_STYLE)