How to Remove Duplicate Words in String using C#

added by codegain
12/13/2010 8:17:22 PM

392 Views

I have read in forums there are many users asking questions about removing duplicates words from the string; remove duplicate elements from the ArrayList.So this snippet shows how to remove the repeating words in string using c#.


0 comments