Same as the overload taking Decimal32.
Synopsis
Declared in <bdldfp_decimalutil.h>
static
int
parseDecimal64(
Decimal64* out,
char const* str);
Return Value
0 on success and non‐zero otherwise
Parameters
Name |
Description |
out |
receives the parsed value |
str |
null‐terminated decimal text to parse |
Created with MrDocs