Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / C#3.5

Currency Masking in Silverlight Datagrid

5.00/5 (1 vote)
7 Aug 2010CPOL 6K  
Current masking in Silverlight Datagrid

If you need the decimal places, you can use this instead:

C#
return inputInt.Value.ToString("c", culture);

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)