[#BloombergLP-bdlde-Base64Decoder-maxDecodedLength] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64Decoder.adoc[Base64Decoder]::maxDecodedLength :relfileprefix: ../../../ :mrdocs: Return the maximum number of decoded bytes that could result from an input byte sequence of the specified `inputLength` provided to the `convert` and `endConvert` methods of this decoder. The behavior is undefined unless `0 <= inputLength`. Note that the result is independent of which options are provided to the decoder. == Synopsis Declared in `<bdlde_base64decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int maxDecodedLength(int inputLength); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#