Standard SetsStandard Sets
Sets Countries

Bermuda

Bermuda

countryName

Variations

officialStateName

Bermuda

twoLetterCode

BM

threeLetterCode

BMU

numericCode

060

ccTLD

.bm

Transformations1

Convert Country name to official state name

BermudaBermuda

getItemVariation('Bermuda', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

BermudaBermuda

getItemVariation('Bermuda', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

BermudaBM

getItemVariation('Bermuda', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

BermudaBMU

getItemVariation('Bermuda', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner