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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
