[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-parse32-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::parse32 :relfileprefix: ../../../ :mrdocs: Parse a 32‐bit decimal value from text, reporting status flags. == Synopsis Declared in `<bdldfp_decimalimputil_inteldfp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[DecimalImpUtil_IntelDfp::ValueType32] parse32( char const* string, unsigned int* status); ---- == Return Value parsed 32‐bit decimal value == Parameters [cols="1,4"] |=== | Name| Description | *string* | null‐terminated decimal text to parse | *status* | receives a bit mask of status flags; must be 0 on entry |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#