[#BloombergLP-bdlde-Base64Encoder-encodedLines-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64Encoder.adoc[Base64Encoder]::encodedLines :relfileprefix: ../../../ :mrdocs: Return the exact number of encoded lines that would result from an input byte sequence of the specified `inputLength` provided to the `convert` method of an encoder configured with the specified `options`. The behavior is undefined if `inputLength` is large enough to overflow the result. == Synopsis Declared in `<bdlde_base64encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::size_t encodedLines( xref:BloombergLP/bdlde/Base64Encoder.adoc[EncoderOptions] const& options, std::size_t inputLength); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#