`val someValue = "9999.99".toFloat()` `"$%,.2f".fo...
# getting-started
j
val someValue = "9999.99".toFloat()
"$%,.2f".format(someValue)