[#BloombergLP-bdldfp-Decimal_FormatterSpecification-parse] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/Decimal_FormatterSpecification.adoc[Decimal_FormatterSpecification]::parse :relfileprefix: ../../../ :mrdocs: Parse a decimal floating point format string using the iterator‐range from the specified `context` and if successful load the results into this object as well as set its status to `e_PARSED`; otherwise, if the format specification denoted by the `context` iterator‐range is not a valid decimal floating point format specification throw a `bsl::format_error` exception. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_PARSE_CONTEXT> constexpr void parse(t_PARSE_CONTEXT* context); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#