[#BloombergLP-bslalg-NumericFormatterUtil-toChars-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/NumericFormatterUtil.adoc[NumericFormatterUtil]::toChars :relfileprefix: ../../../ :mrdocs: Format the specified signed integer `value` into `[first, last)]`. == Synopsis Declared in `<bslalg_numericformatterutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char* toChars( char* first, char* last, int value, int base = 10) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#