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
Nova
NA
13
12.2k
How to add percentage symbol(%)
Mar 23 2018 1:47 AM
Hi Frnds,
I wan to add % symbol as suffix in percentage column value in datatable in C# code.
I already tried with:
foreach (DataRow drow in dt.Rows)
{
drow["PER"] = string.Concat(drow.Field<decimal>("PER"), "%");
}
Here my PER column was in decimal value . I can't concat the values. Anyone please help to resolve the issue.
Thanks in Advance.
Reply
Answers (
4
)
How to add serial number in databound gridview?
c# vpf insert virtual keyboard in windows application