Name: Anonymous 2011-03-10 9:20
Ok guys i am having a wierd problem, i am trying to convert simple decimal numbers (1.002, 10.3232) from string to double.
But Double.Parse and convert.ToDouble both return non decimals
1.002 = 1002
10.3232 = 103232
Anybody knows the problem here?
But Double.Parse and convert.ToDouble both return non decimals
1.002 = 1002
10.3232 = 103232
Anybody knows the problem here?