parse64 overloads
Declared in <bdldfp_decimalimputil.h>
Parse input as a ValueType64 decimal value.
static
DecimalImpUtil::ValueType64
parse64(char const* input);
» more...
Parse input as a ValueType64, optionally reporting status.
static
DecimalImpUtil::ValueType64
parse64(
char const* input,
unsigned int* status);
» more...
the parsed decimal value
| Name | Description |
|---|---|
| input | null-terminated decimal text to parse |
| status | optional status bit-mask output |