[Mono-bugs] [Bug 70474][Nor] Changed - 50.ToString (" ###"); gives " 050"
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 3 Jan 2005 10:52:30 -0500 (EST)
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 mei@work.email.ne.jp.
http://bugzilla.ximian.com/show_bug.cgi?id=70474
--- shadow/70474 2005-01-03 02:44:17.000000000 -0500
+++ shadow/70474.tmp.12895 2005-01-03 10:52:30.000000000 -0500
@@ -66,6 +66,11 @@
As for the latest patch:
Console.WriteLine ((-10).ToString ("##.##"));
It still gives "-10-".
+
+------- Additional Comments From mei@work.email.ne.jp 2005-01-03 10:52 -------
+Created an attachment (id=13630)
+(-10).ToString("##.##") was corrected.
+