[#BloombergLP-bdldfp-DecimalUtil-parseDecimal32-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::parseDecimal32 :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `parseDecimal32`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_TYPE> static int parseDecimal32( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32]* out, STRING_TYPE const& str); ---- == Return Value 0 on success and non‐zero otherwise == Parameters [cols="1,4"] |=== | Name| Description | *out* | receives the parsed value | *str* | decimal text to parse |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#