In C/C++, we can use the backslash escape sequence to create a string with any embedded ASCII code.<BR><BR>",\x09" is a string with a comma followed by an unprintable character whose ASCII code is ...
How C# and Visual Basic handle characters and single-character strings is a bit inconsistent. There's no tidy solution, but it's something you do need to know. Characters are the size zero of the .NET ...