strconv.FormatFloat
strconv.FormatInt
strconv.Quote
Converts an int64 to a string in the given base.
strconv.FormatInt(i int64, base int) string