Datatype issue

  • Thread starter Thread starter AJ
  • Start date Start date
A

AJ

Hi
I need to include the currency datatype in one of my .NET applications. What
is the namespace that should be imported for it? Like tehre is
system.datetime, system.date, what is the counterpart for currency?
Please help me.
Thanks
AJ
 
I need to include the currency datatype in one of my .NET applications. What
is the namespace that should be imported for it?

There's no framework type named Currency, perhaps you're looking for
System.Decimal?



Mattias
 
Back
Top