[Mono-bugs] [Bug 80865][Wis] New - String.StartsWith StringComparison.OrdinalIgnoreCase does not work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 15 06:28:16 EST 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 bugzilla at woy.nl.

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

--- shadow/80865	2007-02-15 06:28:16.000000000 -0500
+++ shadow/80865.tmp.1287	2007-02-15 06:28:16.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 80865
+Product: Mono: Class Libraries
+Version: 1.2
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: bugzilla at woy.nl               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: String.StartsWith StringComparison.OrdinalIgnoreCase does not work
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+The String.StartsWith( string, StringComparison ) does not work correctly 
+when StringComparison.OrdinalIgnoreCase is suplied. It returns false even 
+when it should return false
+
+Steps to reproduce the problem:
+1. Compile and run "aaaaaa".StartsWith( "A", 
+StringComparison.OrdinalIgnoreCase );
+
+Actual Results:
+Returns false
+
+Expected Results:
+Returns true
+
+How often does this happen? 
+Always
+
+Additional Information:


More information about the mono-bugs mailing list