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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment