Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Number.toString

toString() -> string

Description

Convert to String type.

$num = 123.4
$num.toString()
//= '123.4'

See Also