4
Answers

"" representation within a string

How can I represent the "" characters within a string, for example i have a string
Mary said "The weather is nice today"

Of course i cant do something like this
string phrase = "
Mary said "The weather is nice today""

Can anyone help me?

Answers (4)