Using LINQ With Strings(dheerajstechwiki.blogspot.com)
submitted by
dkmekal(30) 2 years, 6 months ago
LINQ can be used to perform query operations on objects which implement the IEnumerable<T>. Since the String class implements the IEnumerable<char> interface we can perform various string operations using LINQ. In the below example I have used LINQ to extract the common characters in two strings. read more...
|category: Linq
|Views: 24
tags:
LINQ another
Everyones tags:
Your Tags: