3
Answers

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

Mallesh

Mallesh

11y
1.6k
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)