[#BloombergLP-bslfmt-FormatterIntegralBase-formatPrefix] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterIntegralBase.adoc[FormatterIntegralBase]::formatPrefix :relfileprefix: ../../../ :mrdocs: Create the prefix for output of the specified `value` and write it into the character buffer starting a the specified `prefixStorage` 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. == Synopsis Declared in `<bslfmt_formatterintegralbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACTUAL_VALUE_TYPE> char* formatPrefix( char* prefixStorage, int storageSize, t_ACTUAL_VALUE_TYPE value) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#