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
Mittal Joshi
NA
34
0
count no of characters from string
Sep 17 2009 4:29 AM
startIndex = k.IndexOf(
" 43 "
);
string
test3 = k.Substring(startIndex, 32);
startIndex1 = k.IndexOf(
" 54 "
);
string
test4 = k.Substring(startIndex, 55);
how to count no of characters
between 2 indexes(startIndex and startIndex1)
from a string in c#?
Reply
Answers (
2
)
count no of characters from string
how to Data displayed in textboxes with the help of Combobox?