As I understood it, if you did something in Kotlin like String.format("%3d", 4) (arbitrary example put illustrates my point) you would get a string like <
String.format("%3d", 4)