toString
Last updated
Last updated
Converts a passed value to a text type.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
Description | Output Type |
---|---|
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")
value
The value to convert to a text.
Any
-
-
Yes
Returns the passed value as a text.
String/Text