Currency data type

  • Thread starter Thread starter John Rebbeck
  • Start date Start date
J

John Rebbeck

I'm currently using Decimal for my currency data but I noticed it has 4
decimal places (which is wrong when displaying with .ToString()). I either
need to format the data correctly when displaying it or use a data type
intended for currencies. Can anyone help me? Btw, I use SQL Server with its
money data type so they need to be compatible.

Cheers,
John
 
Back
Top