ToCurrencyWords missing space proble
Posted: Mon Jul 27, 2015 2:44 am
Hi,
I'm using the string function ToCurrencyWords in a report, the problem is that the "dollars" word is not spaced, and the "and" word has a double space.
Sample:
Value: 70,000.00
When I use ToCurrencyWords(Value) I get: Seventy thousanddollars and zero cents
Am I missing a formatting configuration somewhere?
I have also tried to use the format: ToCurrencyWords(Value,true,true,"Dollars/Dollars","Cents/Cents") but i still get the same result as mentioned above. I am using Stimulsoft Reports.Net version: 2011.1.919.
Thanks
I'm using the string function ToCurrencyWords in a report, the problem is that the "dollars" word is not spaced, and the "and" word has a double space.
Sample:
Value: 70,000.00
When I use ToCurrencyWords(Value) I get: Seventy thousanddollars and zero cents
Am I missing a formatting configuration somewhere?
I have also tried to use the format: ToCurrencyWords(Value,true,true,"Dollars/Dollars","Cents/Cents") but i still get the same result as mentioned above. I am using Stimulsoft Reports.Net version: 2011.1.919.
Thanks