Finding currency symbol

  • Thread starter Thread starter Harry Hudini
  • Start date Start date
H

Harry Hudini

Is there a way to find the currency symbol of the pocketpc device using .Net
Compact Framework ?

--
________________________________________________
ADSSupport.net
http://www.adssupport.net
Dedicated free Active Directory ServicesT support

email: oliver.marshall@[email protected]
 
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