Pooja Chowdhury

Pooja Chowdhury

  • NA
  • 396
  • 37.2k

remove duplicate string

May 30 2018 7:12 AM
i  have  one list 
 
List<Report> lstEmail = new List<Report>(); 
 
foreach (var item in lstEmail)
{
string[] strEmailIDs = item.EmailID.Split(','); 
 
but i want to remove duplicate values from these string  

Answers (11)