StringToFloat

typealias StringToFloat = (String) -> Float?(source)

Method to convert a String to its Float representation.