Returns double given a string value.
double
string
Convert “49.98” from string type to double.
double("49.98")
double(string expr str)
str : string to convert
Function double returns a string expression from a double.
Content