show/hide this revision's text 2 edited tags
show/hide this revision's text 1

String.Format("{0:C2}", -1234) (Currency format) treats negative numbers as positive

Hi I am using String.Format("{0:C2}", -1234)

to format numbers.

is always formats the amount to a positive number, while I want it to become $-1234