bsl::stoul

Parse the specified str as an unsigned long integer.

Synopsis

Declared in <bslstl_string.h>

unsigned long
stoul(
    string const& str,
    std::size_t* pos = 0,
    int base = 10);