[#BloombergLP-bdldfp-DecimalUtil-parseDecimal32-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::parseDecimal32 :relfileprefix: ../../../ :mrdocs: Load into the specified `out` the decimal floating point number described by the specified `str`; return zero if the conversion was successful and non‐zero otherwise. The value of `out` is unspecified if the function returns a non‐zero value. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int parseDecimal32( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32]* out, char const* str); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#