[#BloombergLP-bdldfp-DecimalImpUtil-parse32-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::parse32 :relfileprefix: ../../../ :mrdocs: `parse32` overloads == Synopses Declared in `<bdldfp_decimalimputil.h>` Parse `input` as a `ValueType32` decimal value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[DecimalImpUtil::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil/parse32-04.adoc[parse32](char const* input); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/parse32-04.adoc[_» more..._]# Parse `input` as a `ValueType32`, optionally reporting `status`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[DecimalImpUtil::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil/parse32-03.adoc[parse32]( char const* input, unsigned int* status); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/parse32-03.adoc[_» more..._]# == 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]#