In Visual Studio C #, how can I declare a string inside such a string? I saw several pages, such as "Java string inside a string in a string", but did not think that any of them coincided with my question.
In principle, if I
"<?xml version="1.0" encoding="UTF-8"standalone="yes" ?>"
How can I declare this or something like this in my code as a string? Someone offered me double quotes around things like "1.0", but I couldn't get this to work.
Thanks for the help.
string c # escaping
user84613
source share