[#BloombergLP-balm-MetricFormatSpec-setFormat] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/MetricFormatSpec.adoc[MetricFormatSpec]::setFormat :relfileprefix: ../../../ :mrdocs: Set, to the specified `format`, the `printf`‐style formatting string that may be applied when formatting values. The behavior is undefined unless `format` is null‐terminated, contains a `printf`‐style format string valid for a single floating‐point value, and remains valid and unmodified for the lifetime of this object. == Synopsis Declared in `<balm_metricformat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setFormat(char const* format); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#