app / de.uniks.codliners.stock_simulator / kotlin.String

Extensions for kotlin.String

toSafeDouble

If possible, extracts a Double value from a String.

fun String?.toSafeDouble(): Double?