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.
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.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jun 6, 2012, 11:24 AM
Try this instead: