Skip to content

Formatting

Lars Artmann edited this page Jun 26, 2019 · 3 revisions

@since 294ada:

Kotlin:

0.format()
0.format(Locale.GERMANY)

Java:

FormattingUtils.format(0)
FormattingUtils.format(0, Locale.GERMANY)

Clone this wiki locally