Files
hugo/content/functions/int.md
T

456 B

title, linktitle, description, godocref, date, publishdate, lastmod, categories, tags, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
title linktitle description godocref date publishdate lastmod categories tags signature workson hugoversion relatedfuncs deprecated aliases
int int Creates an `int` from the argument passed into the function. 2017-02-01 2017-02-01 2017-02-01
functions
strings
integers
false

Creates an integer (int) from the argument passed into the function. Useful for turning strings into numbers.

{{ int "123" }} → 123