strconv.ParseBool
strconv.ParseInt
strconv.FormatFloat
Converts a string in the given base to an int64.
strconv.ParseInt(s string, base, bitSize int) (int64, error)