Hello,
How I can convert value from string to double.
When I do this in that way:
String sParam="150.00" ;
double dbValue= Convert.ToDoubl e(szParam);
I get System.FormatEc xeption
Thomas
How I can convert value from string to double.
When I do this in that way:
String sParam="150.00" ;
double dbValue= Convert.ToDoubl e(szParam);
I get System.FormatEc xeption
Thomas
Comment