Prepare the parser to start parsing a new value and associate the specified object with the parser. Return 0 if successful and non‐zero otherwise.
Synopsis
Declared in <balxml_base64parser.h>
int
beginParse(TYPE* object);
Return Value
0 if successful and non‐zero otherwise
Parameters
Name |
Description |
object |
object to receive the parsed value |
Created with MrDocs