[#BloombergLP-bdldfp-DecimalUtil-parseDecimal128-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::parseDecimal128 :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. The parameterized `STRING_TYPE` must be one of `bsl::string`, `std::string`, `std::pmr::string` (if supported), or `bslstl::StringRef`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_TYPE> static int parseDecimal128( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128]* out, STRING_TYPE const& str); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#