Same as the overload taking Decimal32.
Synopsis
Declared in <bdldfp_decimalutil.h>
static
int
format(
char* buffer,
int length,
Decimal64 value,
DecimalFormatConfig const& cfg = DecimalFormatConfig());
Return Value
length of the formatted value
Parameters
Name |
Description |
buffer |
buffer that receives the formatted characters |
length |
capacity of |
value |
decimal value to format |
cfg |
optional formatting configuration |
Created with MrDocs