Same as the related overload above for stringify.
Synopsis
Declared in <bdljsn_numberutil.h>
static
void
stringify(
bsl::string* result,
unsigned long long value);
Parameters
Name |
Description |
result |
receives the formatted number text |
value |
numeric value to stringify |
Created with MrDocs