num.to_str(n) converts the number n to a string.
num.to_str(n)
n
if n is a string, returns the string unchanged.
if n is a number, converts it to its base-10 string representation.
if n is any other type, returns null.
null
Last updated 1 month ago
Was this helpful?