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