Quantcast
Channel: Windows Forms Data Controls and Databinding forum
Viewing all articles
Browse latest Browse all 2535

Exponential Number Conversion Not Working Properly c#

$
0
0

HI,

This s My Exponential Number : 9.94092e+009

Exponential Number's Original Data is : 9940915145(Phone No)

I converting Exponential Number to String as per giving search result

 Double d = Convert.ToDouble(9.94092e+009);
            MessageBox.Show(d.ToString());

Output :

But I need to get original value after convert...what i did wrong in the flow

this is my problem anyone know the solution for this




Thanks & Regards,


Viewing all articles
Browse latest Browse all 2535

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>