String(expression)
|
Top Previous Next |
· | If expression is a boolean value, the return string is "1" or "0", ("1" == true).
|
· | If expression is a number, the return string is a text representation of the number.
|
· | If expression is a string, the return string is expression.
|