[#BloombergLP-bdlb-NumericParseUtil-parseUint-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NumericParseUtil.adoc[NumericParseUtil]::parseUint :relfileprefix: ../../../ :mrdocs: Same as the overload above for `parseUint`. == Synopsis Declared in `<bdlb_numericparseutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int parseUint( unsigned int* result, std::string_view* remainder, std::string_view const& inputString, int base = 10); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#