[#BloombergLP-balxml-Base64Parser-endParse] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Base64Parser.adoc[Base64Parser]::endParse :relfileprefix: ../../../ :mrdocs: Ends the parse operation and store the value parsed from the pushed characters into the associated object. Return 0 if successful and non‐zero otherwise. The behavior is undefined unless an object is associated with this parser. Upon successful completion, the parser will be disassociated with the object. == Synopsis Declared in `<balxml_base64parser.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int endParse(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#