setting the decimal variable to include 2 numbers after decimal point?

S

Scott

How do I declare the decimal variable to include money...

If want to use money and instead of vb.net displaying £32.2 I want it to
display £32.20!!!

How do I do this. cant find it anywhere???

Scott
 
G

Guest

Try using this overload of the Decimal.ToString(String) class, I think if you
pass a "C" to this overload you'll get currency format beyond that you'll
have to consult the NumberFormatInfo class.
 

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