Monday, July 27, 2009

Using string function in c#?

i want to find string in another string,but function's like contain in c# is case sensitive.


i want to check all cases.


what should i do?

Using string function in c#?
Either cast both the needle and the haystack to lowercase before searching, or better yet, use regular expressions.


No comments:

Post a Comment