pxt-calliope/docs/reference/text/to-string.md
2019-04-04 13:41:51 -07:00

7 lines
83 B
Markdown

# to string
Converts a value into a text representation.
```sig
toString(123)
```