[#BloombergLP-bdlde-Base64Decoder-endConvert-0bf] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64Decoder.adoc[Base64Decoder]::endConvert :relfileprefix: ../../../ :mrdocs: `endConvert` overloads == Synopses Declared in `<bdlde_base64decoder.h>` Complete decoding and flush any retained output to `out`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class OUTPUT_ITERATOR> int xref:BloombergLP/bdlde/Base64Decoder/endConvert-0c.adoc[endConvert](OUTPUT_ITERATOR out); ---- [.small]#xref:BloombergLP/bdlde/Base64Decoder/endConvert-0c.adoc[_» more..._]# Complete decoding and flush retained output to `out` with limits. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class OUTPUT_ITERATOR> int xref:BloombergLP/bdlde/Base64Decoder/endConvert-0b3.adoc[endConvert]( OUTPUT_ITERATOR out, int* numOut, int maxNumOut = ‐1); ---- [.small]#xref:BloombergLP/bdlde/Base64Decoder/endConvert-0b3.adoc[_» more..._]# == Return Value * 0 on success, a positive number of retained bytes if an output limit was reached, and a negative value otherwise * 0 on success, a positive number of retained bytes if the output limit was reached, and a negative value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *out* | destination for any retained decoded bytes | *numOut* | if non‐null, receives the number of bytes written | *maxNumOut* | maximum bytes to write; negative means no limit |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#