Is there an easy way to create a multiline string literal in C#?
Here\'s what I have now:
string query = \"SELECT foo, bar\" + \" FROM table\" + \" W
I know I am bit late to the party but I want to recommend https://www.buildmystring.com/ for future readers of this thread. You can convert any code to C# string literal using this site.