toStringOf
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.
Returns the standard toString
representation of the given object. It may or not the object's own implementation of toString
.
the toString
representation of the given object.
the given object.