3
Answers

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

periakaruppan_sg

periakaruppan_sg

20y
2.3k
1
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)