BloombergLP::bslalg::NumericFormatterUtil::toChars

Format the specified integer value into [first, last)] and return the end iterator.

Synopsis

Declared in <bslalg_numericformatterutil.h>

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