strconv.ParseBool
strconv.ParseInt
strconv.FormatFloat
指定した基数の文字列をint64にパースします。
strconv.ParseInt(s string, base, bitSize int) (int64, error)