Pinku

Pinku

  • NA
  • 227
  • 38.7k

not able to compare the string

Jun 14 2019 1:43 AM
List<string> lst=new List<string>
{
"java",".net","Fullstack","Devloper","Devops","Sqlserver"
};
 
string str = "Fullstack .net Devloper ";
 
how can i check str  value with lst  value
I need to check all the values of str with lst 

Answers (2)