Name

wcstod function — Converts a wide string to double

Synopsis

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.