Same as the related overload above for parseDecimal128.
Declared in <bdldfp_decimalutil.h>
static
int
parseDecimal128(
Decimal128* out,
char const* str);
0 on success and non-zero otherwise
| Name | Description |
|---|---|
| out | receives the parsed value |
| str | null-terminated decimal text to parse |