Returns a string representing the object.
obj.toString() or '' if obj is null or undefined.
obj.toString()
''
obj
null
undefined
Object.toString
Generated using TypeDoc
Returns a string representing the object.
Returns
obj.toString()or''ifobjisnullorundefined.See
Object.toString