toFloat

expect fun String.toFloat(): Float(source)

Parses the string as a Float number and returns the result.

Throws

if the string is not a valid representation of a number.

actual inline fun String.toFloat(): Float(source)

Parses the string as a Float number and returns the result.

Throws

if the string is not a valid representation of a number.

actual inline fun String.toFloat(): Float

Parses the string as a Float number and returns the result.

Throws

if the string is not a valid representation of a number.

actual inline fun String.toFloat(): Float

Parses the string as a Float number and returns the result.

Throws

if the string is not a valid representation of a number.