Decimal point/comma problems

DomiDomi Belgium
edited 9:49PM in FastReport .NET
Hi,

I pass a list of number in string variable to a report; in my report, I use the ToDecimal function to convert them into numbers to perform operations, totals, ... but all are multiplyed by 100 :

"12.45" >> 1.245,00

Is there any way to avoid this ? there is no parameter in the ToDecimal function like in C#

thanks in advance,
Domi.

Leave a Comment