BloombergLP::bslalg::NumericFormatterUtil::toChars

Format the specified unsigned long long integer value into [first, last)].

Synopsis

Declared in <bslalg_numericformatterutil.h>

static
char*
toChars(
    char* first,
    char* last,
    unsigned long long value,
    int base = 10) noexcept;