Format the specified signed short integer value into [first, last)].
Synopsis
Declared in <bslalg_numericformatterutil.h>
static
char*
toChars(
char* first,
char* last,
short value,
int base = 10) noexcept;
Created with MrDocs