Carmelo
Hello,
i have a problem about converting a string to a decimal value.
I have a string like this"10.0".
When i execute the method decimal.parse() it returns 100, i want obviously 10.00.
What can i do?
Thanks.