toString

abstract fun toString(value: Value): String

Converts a value to its string representation.

Return

String representation of the value

Parameters

value

The value to convert