Are .NET string functions like IndexOf("blah")
case sensitive?
From what I remember they aren't, but for some reason I am seeing bugs in my app where the text in the query string is in camel case (like UserID) and I'm testing for IndexOf("userid")
.