The Standard LibrarynumberMethodsstodOn this pagestodConvert a string to a double. stod("123"); //123.0stod("123.123"), //123.123 Syntax stod(string) Returns The string as a double on success. Undefined when the string cannot be converted.