[Mono-bugs] [Bug 23354] Changed - Decimal.ToString() handles format "g4" incorrectly
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Apr 2002 09:28:37 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by ndrochak@gol.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23354
--- shadow/23354 Tue Apr 16 05:09:39 2002
+++ shadow/23354.tmp.5513 Tue Apr 16 05:28:37 2002
@@ -42,6 +42,13 @@
return 1;
}
}
}
+
+------- Additional Comments From ndrochak@gol.com 2002-04-16 05:28 -------
+-120000m.ToString("g4") and
+-120000m.ToString("g5")
+
+also incorrectly put the zero's on the end when it should use
+scientific notation.