No.
Either use verbatim string literals as you have, or escape the ” using backslash.
string test = “He said to me, “Hello World”” . How are you?””;
by James Palmer
No.
Either use verbatim string literals as you have, or escape the ” using backslash.
string test = “He said to me, “Hello World”” . How are you?””;