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
Chandan Rajbhar
NA
179
3.5k
Display currency symbol in c# in pdf
Nov 30 2017 6:22 AM
1) Display symbol in hindi
Decimal Total='120.32';
decimal parsed = decimal.Parse(Total, CultureInfo.InvariantCulture);
CultureInfo hindi = new CultureInfo("hi-IN");
string text = string.Format(hindi, "{0:c}", parsed);
2) Display symbol in English
decimal parsed = decimal.Parse(Total, CultureInfo.InvariantCulture);
CultureInfo English= new CultureInfo("en-IN");
string text = string.Format(English, "{0:c}", parsed);
Reply
Answers (
2
)
Binding Dynamic Menu Depending On User Role In ASP MVC?
Web API Using JQuery AJAX In ASP.NET MVC 5 getting error