toString
Last updated
Converts a passed value to a text type.
value
The value to convert to a text.
Any
-
-
Yes
Returns the passed value as a text.
String/Text
N/A
Coming Soon.
User want to convert a value to string.
Call the function. value : abc

"123"(The toString function will convert a number to a string with a "" from abc convert to "123")
Last updated