Dump() to dislpay in hexadecimal format

Options
Hi,
is there an easier way to display a variable with Dump() than Dump(String.Format...)?
Something like var.Dump("X")...?

Thanks,
Michael

Comments