[#BloombergLP-bdlde-Base64Decoder-endConvert-0b3] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64Decoder.adoc[Base64Decoder]::endConvert :relfileprefix: ../../../ :mrdocs: Complete decoding and write any retained output bytes to the specified `out` buffer. Load into the optionally specified `numOut` the number of output bytes produced. Optionally specify `maxNumOut` as the limit on the number of bytes to output. Return 0 on success, a positive number of retained bytes if the output limit was reached, and a negative value otherwise. == Synopsis Declared in `<bdlde_base64decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class OUTPUT_ITERATOR> int endConvert( OUTPUT_ITERATOR out, int* numOut, int maxNumOut = ‐1); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#