Click here to Skip to main content
15,887,585 members
Articles / Programming Languages / C# 3.5
Alternative
Tip/Trick

Currency Masking in Silverlight Datagrid

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
7 Aug 2010CPOL 5.9K   1  
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)


Written By
Software Developer (Senior) http://ADefWebserver.com
United States United States
Michael Washington is a Microsoft MVP. He is a ASP.NET and
C# programmer.
He is the founder of
AiHelpWebsite.com,
LightSwitchHelpWebsite.com, and
HoloLensHelpWebsite.com.

He has a son, Zachary and resides in Los Angeles with his wife Valerie.

He is the Author of:

Comments and Discussions

 
-- There are no messages in this forum --