TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
62
3.6k
Search exact text on list of string
Nov 27 2019 6:39 PM
I have the sample of code below to get a specific code on a list
List<string> list = new List<string> { "555", "55", "5", "25" };
var codes = list.Where(x => x.Code.Contains("5"));
But it still return the 4 code on the list..
what code should I write?
Reply
Answers (
3
)
how to save image in folder and url in database table
Asp controls and Telerik Rad controls