Finding currency symbol

  • Thread starter Thread starter Harry Hudini
  • Start date Start date
If you use ToString("C") on your numbers when you output them, they will be
formatted for the devices currency settings at runtime.

You can also use the:-
System.Globalization.RegionInfo.CurrentRegion.CurrencySymbol property to
return the currency symbol as a string.

Peter
 

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