Like query ing LINQ to Object

Posted by Pankaj on Stack Overflow See other posts from Stack Overflow or by Pankaj
Published on 2010-04-30T06:22:57Z Indexed on 2010/04/30 6:27 UTC
Read the original article Hit count: 268

Filed under:

Hello All

i have a US states list

List<string> state // contain all 51 US states

Now i have a string which contain some text like okl (it means Oklahoma for me). what i want i want 'like' query in List state and get Oklahoma state.

© Stack Overflow or respective owner

Related posts about linq-to-objects