C
Cerebrus99
He He ! There you have it ! Mr. Ligthhert is a strict taskmaster ! ;-)
am using c#.net. however, i converted that formula to value. am getting
am using c#.net. however, i converted that formula to value. am getting
"(20/100)+2323.56*4354.56".
if i've to get the value in double. how to proceed?
Hai ,
in a textbox am having text as
"(20/100)+pay1*pay2" .it's a formula. and stored in a particular
variable.
string strformula="(20/100)+pay1*pay2" ;
i've to substitute the value of the variable 'pay1' & 'pay2' and
finding the value of that strformula.
can any onr tell me how to find 'pay1' and 'pay2' in the variable
strformula. it's urgent and reply immediately.