[Mono-bugs] [Bug 42312][Nor] Changed - Console.WriteLine(2.00.ToString("F2"); formatting incorrect.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 5 May 2003 06:56:33 -0400 (EDT)


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 lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=42312

--- shadow/42312	Sun May  4 17:09:33 2003
+++ shadow/42312.tmp.2985	Mon May  5 06:56:33 2003
@@ -1,14 +1,14 @@
 Bug#: 42312
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 8.0
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bstrauss-ximian@feliscatus.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -60,6 +60,9 @@
 
 The number is converted to a string of the form "-ddd.ddd..." where 
 each 'd' indicates a digit (0-9). The string starts with a minus sign if 
 the number is negative. The precision specifier indicates the desired 
 number of decimal places. If the precision specifier is omitted, the 
 default numeric precision given by the NumberFormatInfo is used.
+
+------- Additional Comments From lupus@ximian.com  2003-05-05 06:56 -------
+This is already fixed in cvs.