description
Hello,
I have a problem since .net MF v4.2 with the double to string method:
double d = 0.0100234567890123456789;
string s = d.ToString();
leads to the following result:
s = "1.234567890123438e-2" (instead of "1.00234567890123438e-2" !!!)
Thanks,
Bernhard