Standard SetsStandard Sets
Sets U.S. States

North Carolina

North Carolina

fullName

Variations

postalCode

NC

apStyle

N.C.

gpoStyle

N.C.

Transformations1

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

North CarolinaNC

getItemVariation('North Carolina', VariationKey.POSTAL_CODE)

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

NCNorth Carolina

getItemVariation('NC', VariationKey.FULL_NAME)

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

NCN.C.

getItemVariation('NC', VariationKey.AP_STYLE)

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

NCN.C.

getItemVariation('NC', VariationKey.GPO_STYLE)

by Ryan Hefner