Currency formatting

E

Edwin

Hi there

I'm having trouble finding out how to format a single
variable to an currency field (For display purposes). If
anyone can help it would be much appreciated.

Thanx in advance
 
T

Tu-Thach

If your variable is a number, you can use

ToString("c")

to format it as currency.

Tu-Thach
 

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

Top