stringify
Attempts to call toString on this object while stripping any additional metadata regarding a Cell, such as stripping RefCell|Content from wrapped toString()| to Content from wrapped toString().
The standard toString call will be executed if this object is not a Cell.
Optionally works on nullable objects which will return "null".