I have a value double i = 0.000014;,when i an trying to convert it to string "string x = Convert.Tostring(i);"
I am getting the value of x = 1.4E-05
Can please ne one help me to bring the value of x = 0.000014.
Thanks in advance
Loading
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.
Suthish NairPosted Oct 26, 2010, 6:43 AM
You can simpliy do this way.. better avoid above post..
Apurva MehtaPosted Oct 26, 2010, 6:26 AM