Style to always output the sign if the value exceeds the pad width.
A negative value will always output the '-' sign.
!(p)
In strict parsing, the sign will be rejected unless the pad width is exceeded.
In lenient parsing, any sign will be accepted, with the absence
of a sign treated as a positive number.
Style to always output the sign if the value exceeds the pad width. A negative value will always output the '-' sign. !(p) In strict parsing, the sign will be rejected unless the pad width is exceeded. In lenient parsing, any sign will be accepted, with the absence of a sign treated as a positive number.