StringToInt

typealias StringToInt = (String) -> Int?(source)

Method to convert a String to its Int representation.