[#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 a 128‐bit decimal value from the specified `input` string. [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..._]# Produce an object of the indicated return type by parsing the specified `input` string that represents a floating‐point number (written in either fixed or scientific notation). Optionally specify `status` in which to load a bit mask of additional status information. The resulting decimal object is initialized as follows: [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#