[Mono-bugs] [Bug 34751][Min] New - Corlib does not repsect the "N" formatting code for some types

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
29 Nov 2002 09:10:47 -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 mathpup@mylinuxisp.com.

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

--- shadow/34751	Fri Nov 29 04:10:47 2002
+++ shadow/34751.tmp.5436	Fri Nov 29 04:10:47 2002
@@ -0,0 +1,52 @@
+Bug#: 34751
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mathpup@mylinuxisp.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Corlib does not repsect the "N" formatting code for some types
+
+Description of Problem: 
+ 
+The Mono class libraries do not respect the "N" formatting code for types float and 
+double. Decimal types are correctly formatted, however. 
+ 
+ 
+Steps to reproduce the problem: 
+1. Compile and run the program 
+ 
+ 
+Actual Results: 
+ 
+Output: 
+ 
+1234567 
+987654336 
+ 
+ 
+Expected Results: 
+ 
+Output: 
+ 
+1,234,567.00 
+987,654,300.00 
+ 
+ 
+How often does this happen?  
+ 
+Always 
+ 
+ 
+Additional Information: 
+ 
+The output in "expected output" was generated by Rotor.