Lang
Tostring

_.toString(value)

Converts value to a string. An empty string is returned for null and undefined values. The sign of -0 is preserved.

Arguments

value (*): The value to convert.

Returns

(string): Returns the converted string.

Example

Deep