[#BloombergLP-bdldfp-DecimalUtil-parseDecimal128-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::parseDecimal128 :relfileprefix: ../../../ :mrdocs: `parseDecimal128` overloads == Synopses Declared in `<bdldfp_decimalutil.h>` Same as the related overload above for `parseDecimal128`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdldfp/DecimalUtil/parseDecimal128-0f.adoc[parseDecimal128]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128]* out, char const* str); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/parseDecimal128-0f.adoc[_» more..._]# Parse `str` as a decimal floating‐point number into `out`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_TYPE> static int xref:BloombergLP/bdldfp/DecimalUtil/parseDecimal128-04.adoc[parseDecimal128]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128]* out, STRING_TYPE const& str); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/parseDecimal128-04.adoc[_» more..._]# == Return Value 0 on success and non‐zero otherwise == 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]#