Is there a decent way to declare a long single line string in C#, such that it isn\'t impossible to declare and/or view the string in an editor?
The options I\'m aware o
Does it have to be defined in the source file? Otherwise, define it in a resource or config file.