Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | String Folder | Summary of Elements in this Folder | pub.string:objectToString
 
pub.string:objectToString
WmPublic. 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.