{% setvar book_path %}/reference/kotlin/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
annotation ViewDebug.IntToString
Defines a mapping from an int value to a String. Such a mapping can be usedin an @ExportedProperty to provide more meaningful values to the end user.
See also | |
---|---|
ViewDebug.ExportedProperty |
Public functions |
|
---|---|
abstract Int |
from() The original int value to map to a String. |
abstract String |
to() The String to use in place of the original int value. |