THT
Install
Manual
Version: v0.8.1 - Beta. We welcome
contributors & feedback
.
Home
Manual
Number
Number.toString
toString() -> string
Description
Convert to String type.
$num = 123.4 $num.toString() //= '123.4'
See Also
isFloat
isInt
toBoolean
toFloat
toInt
Back: Number