SetsU.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 Carolina → NC

getItemVariation('North Carolina', VariationKey.POSTAL_CODE)

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

NC → North Carolina

getItemVariation('NC', VariationKey.FULL_NAME)

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

NC → N.C.

getItemVariation('NC', VariationKey.AP_STYLE)

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

NC → N.C.

getItemVariation('NC', VariationKey.GPO_STYLE)