Michigan
fullNameVariations
postalCodeMI
apStyleMich.
gpoStyleMich.
Transformations1
Convert U.S. State full name to two-letter postal code
Michigan → MI
getItemVariation('Michigan', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
MI → Michigan
getItemVariation('MI', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
MI → Mich.
getItemVariation('MI', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
MI → Mich.
getItemVariation('MI', VariationKey.GPO_STYLE)by Ryan Hefner