[#BloombergLP-bdldfp-DecimalImpUtil-parse64-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::parse64 :relfileprefix: ../../../ :mrdocs: `parse64` overloads == Synopses Declared in `<bdldfp_decimalimputil.h>` Parse `input` as a `ValueType64` decimal value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[DecimalImpUtil::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil/parse64-04.adoc[parse64](char const* input); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/parse64-04.adoc[_» more..._]# Parse `input` as a `ValueType64`, optionally reporting `status`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[DecimalImpUtil::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil/parse64-0a.adoc[parse64]( char const* input, unsigned int* status); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/parse64-0a.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]#