[Mono-bugs] [Bug 81777][Nor] New - Double.Parse("20 werwer") succeeds
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 30 05:44:53 EDT 2007
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 rolfkvinge at ya.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81777
--- shadow/81777 2007-05-30 05:44:53.000000000 -0400
+++ shadow/81777.tmp.5917 2007-05-30 05:44:53.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 81777
+Product: Mono: Class Libraries
+Version: 1.0
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: rolfkvinge at ya.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Double.Parse("20 werwer") succeeds
+
+Repro:
+Console.WriteLine (Double.Parse ("20 werwer"))
+
+Prints:
+20
+
+Should print:
+System.FormatException: Input string was not in a correct format.
More information about the mono-bugs
mailing list