Hello,
Currently my string with dollar amount( + $1,500) is being formatted in a DataGrid Column as below:
How do I use the FormatString property to format correctly as stated above?
Hello,
Currently my string with dollar amount( + $1,500) is being formatted in a DataGrid Column as below:
How do I use the FormatString property to format correctly as stated above?
This is the currency sign for invariant culture, you need to set culture for your application. Check our demos (commented code in Program.cs) for reference.