default to num instead of variable for toString (#1977)
* default to num instead of variable for toString * to text instead of toString * converToText
This commit is contained in:
committed by
Abhijith Chatra
parent
405f4d94aa
commit
bc71747112
7
docs/reference/text/convert-to-text.md
Normal file
7
docs/reference/text/convert-to-text.md
Normal file
@ -0,0 +1,7 @@
|
||||
# convert to text
|
||||
|
||||
Converts a value into a text representation.
|
||||
|
||||
```sig
|
||||
convertToText(123)
|
||||
```
|
Reference in New Issue
Block a user