I am converting a double value to currency string format and it gets converted string with pound symbol currency. Is it culture dependent?
If you always want to use a a specific locale, which may be desirable if your server target is hosted in a different timezone, etc... ToString() can be supplied with a CultureInfo argument.
How to convert string to double with proper cultureinfo
If you want to tailor it to the user's locale, You might be able to examine the request values:
Get CultureInfo from current visitor and setting resources based on that?
1.4m articles
1.4m replys
5 comments
57.0k users