Skip to content

Instantly share code, notes, and snippets.

@MoritzBuetzer
Created February 19, 2019 06:38
Show Gist options
  • Save MoritzBuetzer/6b958229fad4914e2fbb2b63af589df1 to your computer and use it in GitHub Desktop.
Save MoritzBuetzer/6b958229fad4914e2fbb2b63af589df1 to your computer and use it in GitHub Desktop.
velocity integer casting
#set( $integer = 0 )
#set( $castedInt = $integer.parseInt($string) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment