BloombergLP::balxml::TypesParserUtil::parseText

Parse the specified input using bdlat_FormattingMode::e_TEXT.

Synopsis

Declared in <balxml_typesparserutil.h>

template<class TYPE>
static
int
parseText(
    TYPE* result,
    char const* input,
    int inputLength);

Description

Parse the specified input of the specified inputLength using bdlat_FormattingMode::e_TEXT and load the result into the specified result. Return 0 on success, and a non-zero value otherwise.