Integration Cloud
6.6.0 |
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.