[#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>` Load into the specified `out` the decimal floating point number described by the specified `str`. Return 0 if `out` is an exact representation of `str`, a positive value if `str` is an approximation of `str` (i.e., `str` could not be represented exactly), and a negative value if `str` could not be parsed. The value of `out` is unspecified if the function returns a negative value. [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 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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#