pxt-calliope/docs/reference/text/convert-to-text.md
Joey Wunderlich bc71747112 default to num instead of variable for toString (#1977)
* default to num instead of variable for toString

* to text instead of toString

* converToText
2019-04-08 10:34:09 -07:00

7 lines
94 B
Markdown

# convert to text
Converts a value into a text representation.
```sig
convertToText(123)
```