I am using DevExpress XtraGrid to show data. I would like to show the negative numbers in parenthesis. Numbers include both positive and negative numbers.
Eg:
123.448
-234.887
-35687.98753
87654.98765
etc...
I want to format them as below
123.448
(234.887)
(35,687.98753)
87,654.98765
What would be the format string that needs to be used, to get the above result?