Standard SetsStandard Sets
Sets Countries

Burkina Faso

Burkina Faso

countryName

Variations

officialStateName

Burkina Faso

twoLetterCode

BF

threeLetterCode

BFA

numericCode

854

ccTLD

.bf

Transformations1

Convert Country name to official state name

Burkina FasoBurkina Faso

getItemVariation('Burkina Faso', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

Burkina FasoBurkina Faso

getItemVariation('Burkina Faso', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

Burkina FasoBF

getItemVariation('Burkina Faso', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

Burkina FasoBFA

getItemVariation('Burkina Faso', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner