Currency in class

  • Thread starter Thread starter C CORDON
  • Start date Start date
C

C CORDON

I am creating a windows Class library Project, but it won't let me declare
any var as Currency!

Why is this?

TIA!

:)
 
C CORDON said:
I am creating a windows Class library Project, but it won't let me declare
any var as Currency!

Why is this?

There is no currency datatype any more. Take a look at the documentation of
the 'Decimal' type, which replaces 'Currency'.
 

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