SyntaxFix
Write A Post
Hire A Developer
Questions
try this
IEnumberable<string> aa; string a = (from t in aa where t.Equals("") select t.Value).ToArray()[0];