[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-parse128-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::parse128 :relfileprefix: ../../../ :mrdocs: `parse128` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Parse a 128‐bit decimal floating‐point value from text. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/parse128-0e.adoc[parse128](char const* string); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/parse128-0e.adoc[_» more..._]# Parse a decimal floating‐point value from text, reporting status flags. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/parse128-07.adoc[parse128]( char const* string, unsigned int* status); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/parse128-07.adoc[_» more..._]# == Return Value parsed 128‐bit decimal value == Parameters [cols="1,4"] |=== | Name| Description | *string* | null‐terminated decimal text to parse | *status* | receives a bit mask of status flags; must be 0 on entry |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#