Parse the specified input using bdlat_FormattingMode::e_BASE64.
Synopsis
Declared in <balxml_typesparserutil.h>
template<class TYPE>
static
int
parseBase64(
TYPE* result,
char const* input,
int inputLength);
Description
Parse the specified input of the specified inputLength using bdlat_FormattingMode::e_BASE64 and load the result into the specified result. Return 0 on success, and a non‐zero value otherwise.
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
result |
parsed value |
input |
character buffer to parse |
inputLength |
number of characters in |
Created with MrDocs