Template Engine language reference > General functions > toString()

toString()
The toString() function converts a double floating point or int to a string.
Example 39
Template
#set($a=10)
#set($b=$a+10)
#set($c=$b.toString()+10)
$c
Output
2010
 
OpenText StreamServe 5.6.2 Updated: 2018-01-26