Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
C#
Userlist = Userlist.Where(p => String.Equals(p.User_First_Name,"",StringComparison.CurrentCultureIgnoreCase));
Posted
Updated 20-Nov-14 1:31am
v2
Comments
Afzaal Ahmad Zeeshan 20-Nov-14 7:31am    
Maybe because there is no such result.

Can you please elaborate this a little bit.
E.F. Nijboer 20-Nov-14 7:39am    
Maybe try: String.IsNullOrWhiteSpace(p.User_First_Name)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900