[#BloombergLP-bdldfp-DecimalUtil-parseDecimal128-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::parseDecimal128 :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `parseDecimal128`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int parseDecimal128( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128]* out, char const* str); ---- == 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]#