[Mono-bugs] [Bug 70944][Wis] New - There is a problem when it is a custom format and there is a comma in the fraction part.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 3 Jan 2005 04:18:33 -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=70944

--- shadow/70944	2005-01-03 04:18:33.000000000 -0500
+++ shadow/70944.tmp.10339	2005-01-03 04:18:33.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 70944
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Windows XP (Cygwin)
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mei@work.email.ne.jp               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: There is a problem when it is a custom format and there is a comma in the fraction part.
+
+using System;
+
+class X {
+		public static void Main() {
+                Console.WriteLine (1.234567.ToString("##.###,###")); 
+		}
+}
+
+Actual Results:
+> mono xxx.exe
+1.234,567
+
+Expected Results:
+> xxx.exe
+1.234567