Is there a way to make MonoDevelop show hex values in the watch window?

If so, how?

One solution:
Instead of adding a watch for an integer:

n

add a watch for an expression:

n.ToString(“x”)