convertToString

Use the convertToString function to change an Integer or Decimal to a Text value. You can concatenate multiple values into a single Text value.

Function format

convertToString(Integer value)

convertToString(Decimal value)

  • value: the Integer/Decimal value which is changed to a Text value.

convertToString example

"$" + convertToString(87)

The formula returns the Text value $87.