1

why "0.2" converted to double become 2?

I try below:

 string _xx = "0.2";
 double _d = Convert.ToDouble(_xx);   

but it returns 2

DevDon
  • 101
  • 7

0 Answers0