Software AG Products
10.7 |
Integrating On-Premises and Cloud Applications
|
Integration Cloud
|
Built-In Services
|
Built-In Services
|
objectToString
objectToString
Converts an object to string representation using the Java toString() method of the object.
Input Parameters
object
Object
The object to be converted to string representation.
Output Parameters
string
String
String representation of the input object converted using the Java toString() method of the object.