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
info
NA
3
0
string.LastIndexOf()
Mar 30 2005 5:05 PM
Hi guys. I don't know if it is only me,or what,but simple function from class String - LastIndexOf() works for me well only if there is only first attribute assigned and nothing else. If I try write something like this : string strS = "abcdefghijkl"; int a = strS.LastIndexOf("c",0,5); it always throw exception : Count must be positive and count must refer to a location within the string/array/collection. Does it happend to You too or is just something wrong with me ? Thanks. Rodenpro
Reply
Answers (
3
)
about attributes in C#
Dropdownlist problem