Skip to Content
0
Former Member
Jun 01, 2011 at 08:06 PM

Retrieving a reference variable value

865 Views

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?