Retrieve the values in this business object array and return them in a single string.
Syntax
String toString()
Examples
The following example uses toString() to retrieve the contents of the items business object array and then uses logInfo() to write the contents to the log file.
logInfo(items.toString());