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