appendPrintfOptions

@CanIgnoreReturnValue()
public StringBuilder appendPrintfOptions(StringBuilder out)

Appends the data for this options instance in a printf compatible form to the given buffer. This method neither appends the leading % symbol nor a format type character. Output is written in the form [width][.precision][flags] and for the default instance, nothing is appended.

Parameters

out

The output buffer to which the options are appended.