Is there a way to retrieve the value of a reference variable (into a string)? So not the dereference, but the actual value of the variable itself. For instance, let's say I have three object reference variables. In the debugger I can see their values, which might look like this:
It's these values I want to retrieve in my code. Is this possible?