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
Rakib Ahmed
NA
61
5.5k
How to detect string start with capital letter or small
Feb 17 2019 5:41 AM
I have a same string Called ORDINE and ordine what i want to is to check if it is start with capital ordine or lowercase ordine. i want to do something below
if (line.Replace(".", "").Trim().StartsWith("ORDINE"))
{
skipLine = 3;
continue;
}
or
if (line.Replace(".", "").Trim().StartsWith("ordine"))
{
skipLine = 1;
continue;
}
Reply
Answers (
2
)
Bind multiple dropdownlist from database inside datalist
How to IP Range Regular Expression Builder in C#