Name
wcstoul function — Converts a wide string to an unsigned long
integer
Synopsis
unsigned long int wcstoul(const wchar_t* str, wchar_t** end)
The wcstoul
function
converts a wide string to unsigned
long
int
. It is similar to the strtoul
function in <cstdlib>
.