[Mono-bugs] [Bug 80275][Wis] Changed - ToString("C") doesn't take in account a negative number.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Dec 16 14:50:16 EST 2006


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 bugs at jsomers.eu.

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

--- shadow/80275	2006-12-16 14:11:28.000000000 -0500
+++ shadow/80275.tmp.21610	2006-12-16 14:50:16.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80275
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: bugs at jsomers.eu               
 QAContact: mono-bugs at ximian.com
@@ -80,6 +80,18 @@
 ------- Additional Comments From gert.driesen at pandora.be  2006-12-16 14:11 -------
 Tested it on both MS and Mono (Linux), and got the exact same result:
 
 TOTAL  : ($1,245.80)
 ROUND 2: -1246
 
+
+------- Additional Comments From bugs at jsomers.eu  2006-12-16 14:50 -------
+I see, my mistake.
+
+I tested it myself now, and if I don't specify a CultureInfo, or I set
+CultureInfo("nl-BE") I get the following output:
+
+TOTAL  : -1.245,80 ? in piggy bank
+ROUND 2: -1246
+Press any key to continue . . .
+
+That's why I figured it showed the minus sign on Windows.


More information about the mono-bugs mailing list