Support Board
Date/Time: Sun, 02 Nov 2025 16:08:27 +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); |
