Pmt function in C#

  • Thread starter Thread starter Justin Martin
  • Start date Start date
J

Justin Martin

Hi,

I'm trying to make use of the PMT function that is available for VB in my C#
project. I've included the Visual Basic.NET Runtime in my references, added
the using clause, but I still get the following error:

The name Pmt does not exist in the class...

What am I missing?

thanks

justin
 
Did you reference the Microsoft.VisualBasic assembly?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
Thanks.

I needed to preface Pmt with Financial eg Financial.Pmt(..).

I only do .NET occasionally (mainly win32 Delphi) so I tend to forget some
things.

regards

justin
 

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