Euro Conversion
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
Detailed Description
Converts Euros to the 12 Euro-participating currencies and back.
The European currencies that participate in the EURO are Finland = 'FIM', Italy = 'ITL', Netherlands = 'NLG', Spain = 'ESP', Belgium = 'BEF', Austria = 'ATS', Luxembourg = 'LUF', Germany = 'DEM', France = 'FRF', Ireland = 'IEP', Portugal = 'PTE', and Greece = 'GRO'. The three letter currency acronyms must be passed as argument to the FromEuro and ToEuro methods.
Usage Notes
Converting Euros to the 12 Euro-participating currencies and back.
The European currencies that participate in the EURO are Finland = 'FIM', Italy = 'ITL', Netherlands = 'NLG', Spain = 'ESP', Belgium = 'BEF', Austria = 'ATS', Luxembourg = 'LUF', Germany = 'DEM', France = 'FRF', Ireland = 'IEP', Portugal = 'PTE', and Greece = 'GRO'. The three letter currency acronyms must be passed as argument to the FromEuro and ToEuro methods.
FromEuro
first argument: currency string (3 characters)
second argument: amount in EUROS (double)
ToEuro
first argument: currency string (3 characters)
second argument: amount in currency (double)
Help Message Board