Standard SetsStandard Sets
Sets Countries

Guernsey

Guernsey

countryName

Variations

officialStateName

Guernsey

twoLetterCode

GG

threeLetterCode

GGY

numericCode

831

ccTLD

.gg

Transformations1

Convert Country name to official state name

GuernseyGuernsey

getItemVariation('Guernsey', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

GuernseyGuernsey

getItemVariation('Guernsey', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

GuernseyGG

getItemVariation('Guernsey', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

GuernseyGGY

getItemVariation('Guernsey', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner