[#BloombergLP-bdldfp-DecimalUtil-parseDecimal32Exact-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::parseDecimal32Exact :relfileprefix: ../../../ :mrdocs: `parseDecimal32Exact` overloads == Synopses Declared in `<bdldfp_decimalutil.h>` Parse `str` into `out`, reporting whether the conversion is exact. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdldfp/DecimalUtil/parseDecimal32Exact-0e.adoc[parseDecimal32Exact]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32]* out, char const* str); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/parseDecimal32Exact-0e.adoc[_» more..._]# Same as the related overload above for `parseDecimal32Exact`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_TYPE> static int xref:BloombergLP/bdldfp/DecimalUtil/parseDecimal32Exact-0c.adoc[parseDecimal32Exact]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32]* out, STRING_TYPE const& str); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/parseDecimal32Exact-0c.adoc[_» more..._]# == Return Value 0 if exact, positive if approximate, and negative if unparsable == Parameters [cols="1,4"] |=== | Name| Description | *out* | receives the parsed value | *str* | null‐terminated decimal text to parse |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#