Format {0:c} yields ($1,000), but I want -$1,000

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Is there any preexisting format that has negative currency values shown with
a hyphen instead of parenthesis? Thanks,

-Dave
 
Dave said:
Is there any preexisting format that has negative currency values shown
with a hyphen instead of parenthesis? Thanks,


Mhm... On my German system 'String.Format("{0:c}", -1000) yields "-€
1.000,00" ;-).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top