Hi... I had this really useful app in VB6 & I was wondering if anyone knows of an equivalent one for c#...
Basically the vb6 app allowed you to paste text into an input box and then it would produce an output text that was correctly formatted (with special characters) so that you could paste it directly in your code without having to convert special characters.
For example...
Input
Say "Hello"
Output
string s = "Say \"Hello\"";
If anyone know of an equivalent free tool for c#, or something I can do in VS2008 that would avoid me having to do this process manually, it would be appreciated!