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
john kanyora
NA
242
46.6k
Converting string to decimal
Dec 17 2017 1:15 PM
Am having problem in my code when converting string to decimal..am getting the error "for (int i = 0; i Am using the below code: { x[i] = dt.Rows[i][0].ToString(); y[i] = string.Format("{0:c}",Convert.ToInt32(dt.Rows[i][1]); }
Reply
Answers (
2
)
How to Active-Inactive User in GridView in Asp.Net
How to show ddl in mvc VM