format

override fun format(value: Any?): String(source)

Returns a formatted version of the given value.

The following rules apply for the representation of an object:

Return

The formatted value.

Parameters

value

The value which shall be formatted.