[#BloombergLP-bdlde-HexDecoder-convert-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/HexDecoder.adoc[HexDecoder]::convert :relfileprefix: ../../../ :mrdocs: Decode characters in `[begin, end)]` writing output to `out`, with optional counts and an output limit. See the preceding overload for full contract details. == Synopsis Declared in `<bdlde_hexdecoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class OUTPUT_ITERATOR, class INPUT_ITERATOR> int convert( OUTPUT_ITERATOR out, int* numOut, int* numIn, INPUT_ITERATOR begin, INPUT_ITERATOR end, int maxNumOut = ‐1); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#