Quantcast
Viewing all articles
Browse latest Browse all 32060

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

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



Viewing all articles
Browse latest Browse all 32060

Trending Articles