[Mono-bugs] [Bug 59890][Maj] Changed - Format error when writing to console
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 16:37:58 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59890
--- shadow/59890 2004-06-09 15:00:54.000000000 -0400
+++ shadow/59890.tmp.6206 2004-06-09 16:37:58.000000000 -0400
@@ -4,13 +4,13 @@
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Major
-Component: System
+Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: tcabanski@oai.cc
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -21,6 +21,13 @@
Format: ->.0##########;-.0##########;0.0<-; Value: ->1000<-;
Additonal occurrences with same format for values such as 100 and 2000.
It says to email 'yoros@wanadoo.es' with the subject FORMAT_EXCEPTION so
I did that too.
+
+------- Additional Comments From atsushi@ximian.com 2004-06-09 16:37 -------
+Please provide (1) your example code (since we cannot understand what
+you are printing to the console), and (2) your culture
+(Console.WriteLine
+(System.Globalization.CultureInfo.CurrentCulture.LCID + "," +
+System.Globalization.CultureInfo.CurrentCulture)).