all groups > visual studio .net debugging > december 2004 >
You're in the

visual studio .net debugging

group:

What does the box after the character string mean.



What does the box after the character string mean. Paul McManus
12/21/2004 10:03:02 AM
visual studio .net debugging: I am debugging some code that includes C# and Managed C++ code that I
inherited. I'm relatively new to dotnet and have been having trouble with
comparing strings. While debugging, popup boxes that show the string values
some times have a box at the end. Does this indicate a null terminated
C-type string or a unicode string?
--
RE: What does the box after the character string mean. Paul McManus
12/22/2004 1:35:03 PM
I found the answer. The boxes in strings indicate control characters. I was
comparing a string that had a new line control character to an identical
string but without the new line control character. They looked the same but
they weren't.

[quoted text, click to view]
AddThis Social Bookmark Button