strconv.FormatFloat
strconv.FormatInt
strconv.Quote
int64を指定した基数の文字列に変換します。
strconv.FormatInt(i int64, base int) string