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
 

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

Back
Top