parse32 overloads
Declared in <bdldfp_decimalimputil.h>
Parse input as a ValueType32 decimal value.
static
DecimalImpUtil::ValueType32
parse32(char const* input);
» more...
Parse input as a ValueType32, optionally reporting status.
static
DecimalImpUtil::ValueType32
parse32(
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 |