[#BloombergLP-bslfmt-FormatterIntegralBase-formatValue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterIntegralBase.adoc[FormatterIntegralBase]::formatValue :relfileprefix: ../../../ :mrdocs: Create the string representation of the specified `value` and write it into the character buffer starting at the specified `valueStorage` and having the specified `storageSize`. Return the address one past the last character. Throw `bsl::format_error` if parsed format specification is intended for non‐integer type or the `value` is not in the range of representable values for the (template parameter) `t_CHAR` with character type specification. == Synopsis Declared in `<bslfmt_formatterintegralbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACTUAL_VALUE_TYPE> t_CHAR* formatValue( t_CHAR* valueStorage, int storageSize, t_ACTUAL_VALUE_TYPE value) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#