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
Tangara G
NA
298
93.2k
I want a method that tells me the text length is same as Compared text
Sep 11 2020 7:49 AM
Hello,
I need help to make sure this method will tell me the comparision is the same in length:
Here's what I have :
private bool Matched(string Target, string text){
return text.ToLower().Trim().Length.Equals(Target.ToLower().Trim().Length);
}
Do correct me if there is a mistake.
I'd also like to know if I didn't put in the Length will it affect the evaluation ?
Reply
Answers (
15
)
how to make a RDLC report using xml string ?
Video Upload in mvc with IFORM file.