Support Board
Date/Time: Mon, 23 Mar 2026 06:57:20 +0000
Post From: ACSIL Currency conversion
| [2020-04-05 14:34:08] |
| ACWalker - Posts: 6 |
|
Thanks for your reply, I have tried it as you mentioned, but unfortunately still getting the same result. I'm using a value now for the example, and the currency value being returned is 500. SCString outputCurrency = "EURUSD"; SCString sourceCurrency = "GBP"; float currency = sc.ConvertCurrencyValueToCommonCurrency(500.0f, sourceCurrency, outputCurrency); |
