Financial functions in .Net

G

Guest

Hello,

I am writing a C# application but needs some financial functions like
Present Value function (PV) in the Microsoft.visualbasic assembly. Is there
anyway to access these functions from the Microsoft.VisualBasic assemble or
are there any other .Net assemblies that would provide access for a C# app?
 
G

Gabriel Magaña

Yes, make a reference to the VB assembly, use the right "using" statement in
your .CS file and just call the functions...
 

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

Top