BloombergLP::bslalg::NumericFormatterUtil::toChars

Format the specified signed character value into [first, last)].

Synopsis

Declared in <bslalg_numericformatterutil.h>

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