Same as the related overload above for parseDecimal128Exact.
Declared in <bdldfp_decimalutil.h>
static
int
parseDecimal128Exact(
Decimal128* out,
char const* str);
0 if exact, positive if approximate, and negative if unparsable
| Name | Description |
|---|---|
| out | receives the parsed value |
| str | null-terminated decimal text to parse |