toDouble

expect fun String.toDouble(): Double(source)

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

Throws

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

actual inline fun String.toDouble(): Double(source)

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

Throws

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

actual fun String.toDouble(): Double

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

Throws

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

actual inline fun String.toDouble(): Double

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

Throws

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