ToString Function
The ToString function returns a StringObject containing the varchar value passed to the function. The target StringObject can be passed with the varchar value it is to contain.
This function has the following syntax:
StringObject = ToString(text = value[, string = value])
Example—ToString function:
fileString = ToString(text = 'c:\temp\temp.txt')
Last modified date: 12/20/2023