toString
Description: Coerces the Subject into a String
Subject Type: Any type
Arguments: No arguments
Return Type: String
Examples: The Expression
${fileSize:toNumber():toString()}
converts the value of
"fileSize" attribute to a number and back to a String.