[#BloombergLP-bslfmt-FormatSpecificationParserEnums-Sign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatSpecificationParserEnums.adoc[FormatSpecificationParserEnums]::Sign :relfileprefix: ../../../ :mrdocs: Sign options parsed from a format specification. == Synopsis Declared in `<bslfmt_formatspecificationparser.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Sign; ---- == Members [cols="1,4"] |=== | Name| Description | `e_SIGN_DEFAULT` | Use the default sign formatting for the selected presentation type. | `e_SIGN_POSITIVE` | Always show a sign for non‐negative values. | `e_SIGN_NEGATIVE` | Always show a sign for negative values. | `e_SIGN_SPACE` | Use a leading space for non‐negative values. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#