[#BloombergLP-balxml-TypesParserUtil-parseDefault] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/TypesParserUtil.adoc[TypesParserUtil]::parseDefault :relfileprefix: ../../../ :mrdocs: Parse the specified `input` using `bdlat_FormattingMode::e_DEFAULT`. == Synopsis Declared in `<balxml_typesparserutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> static int parseDefault( TYPE* result, char const* input, int inputLength); ---- == Description Parse the specified `input` of the specified `inputLength` using `bdlat_FormattingMode::e_DEFAULT` 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 [cols="1,4"] |=== | Name| Description | *result* | parsed value | *input* | character buffer to parse | *inputLength* | number of characters in `input` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#