wcstod function — Converts a wide string to double
double wcstod(const wchar_t* str, wchar_t** end)
The wcstod function converts a wide string to double. It is similar to the strtod function.
wcstod
double
strtod
wcstol function, wcstoul function, strtod in <cstdlib>
<cstdlib>