[#BloombergLP-bdldfp-DecimalImpUtil-parse32-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::parse32 :relfileprefix: ../../../ :mrdocs: Parse `input` as a `ValueType32`, optionally reporting `status`. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[DecimalImpUtil::ValueType32] parse32( char const* input, unsigned int* status); ---- == Return Value the parsed decimal value == Parameters [cols="1,4"] |=== | Name| Description | *input* | null‐terminated decimal text to parse | *status* | optional status bit‐mask output |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#