bc71747112
* default to num instead of variable for toString * to text instead of toString * converToText
7 lines
94 B
Markdown
7 lines
94 B
Markdown
# convert to text
|
|
|
|
Converts a value into a text representation.
|
|
|
|
```sig
|
|
convertToText(123)
|
|
``` |