3
Answers

hi please help me on this how to convert string to decimal

Photo of Mallesh

Mallesh

12y
2k
1
Hi,

please see code below

string strValue="(1000*15)/100";
decimal calculatedValue=convert.toDecimal(strValue);

it is giving a error 
I want ot convert string of formula containing  values to decimal


Answers (3)