Format the specified integer value into [first, last)].
Declared in <bslalg_numericformatterutil.h>
static
char*
toChars(
char* first,
char* last,
unsigned short value,
int base = 10) noexcept;
pointer past the last character written, or null on failure
| Name | Description |
|---|---|
| first | beginning of the output character range |
| last | end of the output character range |
| value | integer value to format |
| base | numeric base for formatting |