strconv.Atoi
strconv.ParseFloat
strconv.ParseBool
Converts a string to a float64.
strconv.ParseFloat(s string, bitSize int) (float64, error)