How to output the string with character escape sequences (e.g. in the Console)?
The goal is to display the "hidden" control characters from a string.
Example: For the string "first line second line with a tab... and more line breaks
Next line"
you want to see the output like in the visual studio
Is in .net something out of the box available for?