65.9K
CodeProject is changing. Read more.
Home

Currency Masking in Silverlight Datagrid

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

Aug 7, 2010

CPOL
viewsIcon

6020

Current masking in Silverlight Datagrid

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

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