Template Engine language reference > Functions > .toString()

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