Feature Request - String / Integer Conversion

Would it be possible to add string/integer conversion as a templating function?

Something like what is here:

https://golang.org/pkg/strconv/

There is both a string and int func in the upcoming Hugo 0.16 release. The release is close, @spf13 has just one bug to wrap his head around.

There is also the built-in print and printf funcs that can do string conversions.

Great, thanks