This is probably a very simple question, but I seem to be unable to think about it. I need to have a string containing \" without seeing it as an escape character. I tried using @ , but this will not work. The only other way I thought to do this was to use \u0022 , but I donβt want it if I donβt I can help him.
The desired string is string s = "\"\""; // Obviously this doesn't work! string s = "\"\""; // Obviously this doesn't work!
The desired console output is \"\"
Hope this makes sense.
Thanks!
Bali c
source share