[Mono-bugs] [Bug 81630][Nor] New - Double.Parse: error on whitespace parsing

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 15 06:35:49 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 pragmathi at phreaker.net.

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

--- shadow/81630	2007-05-15 06:35:49.000000000 -0400
+++ shadow/81630.tmp.28966	2007-05-15 06:35:49.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 81630
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: pragmathi at Phreaker.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Double.Parse: error on whitespace parsing
+
+Description of Problem:
+Double.Parse(String) called on a white space return 0 instead of raise the 
+FormatException exception.
+
+Steps to reproduce the problem:
+1. Double.Parse(" ")
+
+Actual Results:
+0
+
+Expected Results:
+System.FormatException


More information about the mono-bugs mailing list