fun String?.toSafeDouble(): Double?
If possible, extracts a Double value from a String.
Receiver The source String.
Return Double value of the String if it exists or null otherwise.
Author Jan Müller