toInput

abstract fun toInput(value: V): U(source)

Converts the stored value to the input/display type.

Return

The value converted to the input/display type.

Parameters

value

The stored value.