toStringOf

open fun toStringOf(object: Any): String

Returns the standard toString representation of the given object. It may or not the object's own implementation of toString.

Return

the toString representation of the given object.

Parameters

object

the given object.