BloombergLP::bdljsn::NumberUtil::stringify

Load into the specified result a string representation of specified numerical value.

Synopsis

Declared in <bdljsn_numberutil.h>

static
void
stringify(
    bsl::string* result,
    long long value);

Parameters

NameDescription
resultreceives the formatted number text
valuenumeric value to stringify