I'm using Visual Studio 2010 to develop a C# Application. It retrieves a Shoutcast Stream. It reads 256 Bytes in each loop-cycle and is supposed to write them to the debug-output. They are stripped badly.
Could this be due to some Unicode-signs? How can I make output-window-safe Strings which won't get stripped?