Standard SetsStandard Sets
Sets U.S. States

Idaho

Idaho

fullName

Variations

postalCode

ID

apStyle

Idaho

gpoStyle

Idaho

Transformations1

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

IdahoID

getItemVariation('Idaho', VariationKey.POSTAL_CODE)

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

IDIdaho

getItemVariation('ID', VariationKey.FULL_NAME)

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

IDIdaho

getItemVariation('ID', VariationKey.AP_STYLE)

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

IDIdaho

getItemVariation('ID', VariationKey.GPO_STYLE)

by Ryan Hefner