strconv.ParseFloat
strconv.ParseBool
strconv.ParseInt
Converts a string to a bool.
strconv.ParseBool(str string) (bool, error)