Ends the parse operation and store the value parsed from the pushed characters into the associated object.
Synopsis
Declared in <balxml_base64parser.h>
int
endParse();
Description
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.
Return Value
0 if successful and non‐zero otherwise
Created with MrDocs