string array

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dilipkinthada
    New Member
    • Feb 2008
    • 1

    string array

    Hi

    I have a string array containing some mailids. Some of the mailids are same.
    How to retreive only unique mailids in C#.Net?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by dilipkinthada
    Hi

    I have a string array containing some mailids. Some of the mailids are same.
    How to retreive only unique mailids in C#.Net?
    If you are using 3.5 (you should be), there is now available a HashSet.

    Comment

    Working...