Convert (number) to string function

Right now the only way to convert number to string is to concatenate with empty string and number you want to convert into. It would be nice to have dedicated function for that.

2 Likes

Opened a PR.

1 Like