pxt-calliope/docs/reference/text/to-string.md

7 lines
83 B
Markdown
Raw Normal View History

2019-04-04 22:41:51 +02:00
# to string
Converts a value into a text representation.
```sig
toString(123)
```