Standard SetsStandard Sets
Sets U.S. States

North Dakota

North Dakota

fullName

Variations

postalCode

ND

apStyle

N.D.

gpoStyle

N. Dak.

Transformations1

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

North DakotaND

getItemVariation('North Dakota', VariationKey.POSTAL_CODE)

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

NDNorth Dakota

getItemVariation('ND', VariationKey.FULL_NAME)

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

NDN.D.

getItemVariation('ND', VariationKey.AP_STYLE)

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

NDN. Dak.

getItemVariation('ND', VariationKey.GPO_STYLE)

by Ryan Hefner