|
-
Aug 11th, 2010, 01:24 PM
#1
[RESOLVED] Case insensitive search through list
Just a quick one - I've got a List(Of String) and want to check to see if it contains a specific string already. The problem is that I dont want this to be case sensitive and I cant seem to find any way of doing this with the built in Contains method - am I missing something obvious or do I have to just manually loop through the collection and use String.Compare ?
Cheers
Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|