[#bsl-stoul-0f] = xref:bsl.adoc[bsl]::stoul :relfileprefix: ../ :mrdocs: Parse the specified `str` as an unsigned long integer. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned long stoul( xref:bsl/string.adoc[string] const& str, std::size_t* pos = 0, int base = 10); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#