[#BloombergLP-bdldfp-DecimalImpUtil-parse128-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::parse128 :relfileprefix: ../../../ :mrdocs: Parse `input` as a `ValueType128` decimal value. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[DecimalImpUtil::ValueType128] parse128(char const* input); ---- == Return Value the parsed decimal value == Parameters [cols="1,4"] |=== | Name| Description | *input* | null‐terminated decimal text to parse |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#