3
Reply

Calculate value using Formula

samanta

samanta

Feb 3 2015 10:02 AM
775


i am calculating  result using formula like below


 double FV = 1225;          
            double VAT = 14.5;
     
            string formula1 = "(FV * VAT)";

if i use this formula1 i want  result.


How to do this please help.

Answers (3)