Login
Register
Tutorials
Forum
Career Development
Resources
Reviews
Jobs
Interview
Communities
Projects
Training
Silverlight Games
|
Bookmarks
|
New Members FAQ
|
Mentor
|
Code Converter
|
IT Companies
|
Peer Appraisal
|
Members
|
Revenue Sharing
|
Computer Jokes
|
New Posts
|
Social
|
Online Members
Asheej T K
More...
Resources
»
Code Snippets
»
C# Syntax
Format currency according to a specific culture using NumberFormatInfo class
Posted Date:
25-Jun-2008
Category:
C# Syntax
Author:
shakti singh tanwar
Member Level:
Gold
Points
: 10
// used for formating currency to two decimal places
NumberFormatInfo nfi = new CultureInfo( "en-US", false ).NumberFormat;
//nfi.CurrencyDecimalDigits=2; // default is two, no need to set it up
nfi.NumberDecimalDigits = 2;
decimal amount=100M;
string amoutn = amount.ToString("N",nfi);
Did you like this resource? Share it with your friends and show your love!
Tweet
Responses to "Format currency according to a specific culture using NumberFormatInfo class"
No responses found. Be the first to respond...
Feedbacks
Post Comment:
Notify me by email when others post comments to this article.
Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
No HTML formatting and links to other web sites are allowed.
This is a strictly moderated site. Absolutely no spam allowed.
Name:
Sign In
to fill automatically.
Email:
(Will not be published, but
required
to validate comment)
Type the numbers and letters shown on the left.
Next Resource:
change page title at run time
Previous Resource:
Using Delegate with Generic List to find an Item(s)
Return to Resources
Post New Resource
Category:
C# Syntax
Post resources and
earn money
!
More Resources
change page title at run time
convert milliseconds into time
how to add a usercontrol to the aspx page
Sort DataTable
how to include CSS file in aspx page
How to send mails using System.Net.Mail
Popular Tags
Tag posting guidelines
Search Tags
(No tags found.)
Active Members
Today
Pawan Awasthi
(45)
naveensanagase...
(21)
Prasad kulkarn...
(11)
Last 7 Days
naveensanagase...
(224)
Naved Hasan ...
(189)
Pawan Awasthi
(189)
more...
Awards & Gifts
Email subscription
.NET Jobs
.NET Articles
.NET Forums
Articles Rss Feeds
Forum Rss Feeds
Talk to Webmaster Tony John