I have a ListView on one of the windows project using c#. One of the columns contains currency values. How do I format the List View so that this column presents the “£” sign (for Pounds Sterling)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
is supposed to do the trick if you just want currency symbol for the locale of your application. If you’re working with multiple currrencies your control of choice has to support Unicode.