Parse a 32-bit decimal value from text, reporting status flags.
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType32
parse32(
char const* string,
unsigned int* status);
parsed 32-bit decimal value
| Name | Description |
|---|---|
| string | null-terminated decimal text to parse |
| status | receives a bit mask of status flags; must be 0 on entry |