missing currency in dotnet

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

Hello,

I have to make some development in VB.NET for managing money data.

I used tu made these kind of development with currency type when I worked in
VB6 but here in VB.NET, I can't find this type.
So I would like to know if i miss something or if it has been removed from
VB.NET?
If we can't use currency, which type can I use to replace currency and is it
as accurate as currency?

thanks for helping me...

Samuel
 
sam said:
I have to make some development in VB.NET for managing money data.

I used tu made these kind of development with currency type when I
worked in VB6 but here in VB.NET, I can't find this type.
So I would like to know if i miss something or if it has been removed
from VB.NET?
If we can't use currency, which type can I use to replace currency
and is it as accurate as currency?

The Decimal type should be suitable.

Andrew
 
Back
Top