I need to convert a String value (returned by the database) to Double but when I do this, it simply modifies the value. Example: bank returns 22.5, when converted to Double in 225.0.
String val_serv = consultaserv[2].ToString();
Double buffer...
asked on
17.03.2014 / 20:39