Currency Masking in Silverlight Datagrid





5.00/5 (1 vote)
Current masking in Silverlight Datagrid
If you need the decimal places, you can use this instead:
return inputInt.Value.ToString("c", culture);
5.00/5 (1 vote)
Current masking in Silverlight Datagrid
If you need the decimal places, you can use this instead:
return inputInt.Value.ToString("c", culture);