South Dakota
fullNameVariations
postalCodeSD
apStyleS.D.
gpoStyleS. Dak.
Transformations1
Convert U.S. State full name to two-letter postal code
South Dakota → SD
getItemVariation('South Dakota', VariationKey.POSTAL_CODE)Convert U.S. State two-letter postal code to full name
SD → South Dakota
getItemVariation('SD', VariationKey.FULL_NAME)Convert U.S. State two-letter postal code to AP Style format
SD → S.D.
getItemVariation('SD', VariationKey.AP_STYLE)Convert U.S. State two-letter postal code to GPO Style format
SD → S. Dak.
getItemVariation('SD', VariationKey.GPO_STYLE)by Ryan Hefner