format

abstract fun format(value: T): String

Converts an object of type T into a String

Return

a String representing the object provided as argument

Parameters

value

is the object to be converted in String