StringToDouble

typealias StringToDouble = (String) -> Double?(source)

Method to convert a String to its Double representation.