SignStyle.ALWAYS

Style to always output the sign, where zero will output '+'. !(p) In strict parsing, the absence of a sign will be rejected. In lenient parsing, any sign will be accepted, with the absence of a sign treated as a positive number.

struct SignStyle
static
SignStyle ALWAYS;

Meta