O
ool
Hello,
How I can convert value from string to double.
When I do this in that way:
String sParam="150.00";
double dbValue= Convert.ToDouble(szParam);
I get System.FormatEcxeption
Thomas
How I can convert value from string to double.
When I do this in that way:
String sParam="150.00";
double dbValue= Convert.ToDouble(szParam);
I get System.FormatEcxeption
Thomas