Converts value to a string. An empty string is returned for null and undefined values. The sign of -0 is preserved.
- Lodash chained on (string): the converted string.
See Implementation
Converts value to a string. An empty string is returned for null and undefined values. The sign of -0 is preserved.