Same as the related overload above for parseDecimal64.
Declared in <bdldfp_decimalutil.h>
template<class STRING_TYPE>
static
int
parseDecimal64(
Decimal64* out,
STRING_TYPE const& str);
0 on success and non-zero otherwise
| Name | Description |
|---|---|
| out | receives the parsed value |
| str | decimal text to parse |