Is it Possible to prevent Change of numbers to Exponential Form
843836Jun 16 2005 — edited Jun 17 2005Hello,
I am doing some calulations on some data that i recieve from the back end. Sinze the numerical value is very Large and I am converting the data using ParseDouble method before calulation. What i see is that the data is converted into scientific notation like 1245099723566235237.12376 is wrtten as 1.25E18.
This is creating some problem in the display as the i don't want this to happen. So is it possible to avoid this and print the value as such after calulation.
Thanks And regards
Nitin