G
Guest
Hello.
If a convert a string (string number = "24.45") into a double, using the
Convert class ((double doublenumber = Convert.ToDouble(number)), the result
will have the value 2445.
How do I retain the correct value?
If a convert a string (string number = "24.45") into a double, using the
Convert class ((double doublenumber = Convert.ToDouble(number)), the result
will have the value 2445.
How do I retain the correct value?