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