In VS.NET, How to see control chars in a STRING variable, in debug mode?

Dec 6 2004 9:57 PM
Hi, I have a string variable(C#) which contains control characters. When i viewed the content in debug mode, VS.NET shows only the characters other than control chars. But, for debugging purpose, i need to be able to see the control chars visually, along with other characters. Is there any way to view all the chars continuously, along with any control chars embedded? Thanks in advance for the help. Regards, Peri

Answers (3)