Flag
Modifying flags for a Formattable that modify the output
Entries
Link copied to clipboard
Left-justifies the result of Formattable
Link copied to clipboard
Upper cases the result of Formattable
Link copied to clipboard
The result of Formattable should use a conversion-dependent alternative form.
Link copied to clipboard
Number results of Formattable will always include a sign, even when positive.
Link copied to clipboard
Number results of Formattable will include a leading space when positive.
Link copied to clipboard
Number results of Formattable will be zero-padded.
Link copied to clipboard
Number results of Formattable will include locale specific grouping separators.
Link copied to clipboard
Number results of Formattable will enclose negative numbers in parentheses.
Link copied to clipboard
Causes the arguments of the previous Formattable to be used.