Support Board
Date/Time: Thu, 06 Feb 2025 06:07:36 +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); |