[#absl-FormatConversionSpec-has_zero_flag] = xref:absl.adoc[absl]::xref:absl/FormatConversionSpec.adoc[FormatConversionSpec]::has_zero_flag :relfileprefix: ../../ :mrdocs: Indicates whether zeroes should be prepended to the result for this conversion character instead of spaces. == Synopsis Declared in `<absl/strings/str_format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool has_zero_flag() const; ---- == Description This flag is set through use of the '0' character in the format string. E.g. "%0f" == Return Value `true` if the zero‐pad flag is set. [.small]#Created with https://www.mrdocs.com[MrDocs]#