StringFormatter
Formats a given String using a printf-style format strings. Supports formats for Number, String, Char, Boolean, and com.splendo.kaluga.base.utils.KalugaDate. Custom formatting is supported by implementing Formattable. Flags, precision and width are supported by this formatter as well. Formatting will adjust for a provided KalugaLocale. May throw a StringFormatterException if the incorrect format is applied.
Parameters
out
he StringBuilder used for outputting the result.
locale
The KalugaLocale used for formatting. This is relevant for number and date formatting, as well as capitalization.