AnantLabs / sharpfile

Automatically exported from code.google.com/p/sharpfile
2 stars 1 forks source link

Use StringComparison.OrdinalIgnoreCase instead of ToLower() #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
StringComparison.OrdinalIgnoreCase should be used instead of doing
string1.ToLower().Equals(string2.ToLower()).

Original issue reported on code.google.com by longueur...@gmail.com on 24 Mar 2008 at 7:54

GoogleCodeExporter commented 9 years ago
Done in r327.

Original comment by longueur...@gmail.com on 25 Mar 2008 at 11:13