what does string.format do code example Example: string format fun Double.format(digits: Int) = "%.${digits}f".format(this)