You escape double-quotes in C# strings like you do any other special character, i.e. with a backslash, e.g.. csharp Code: var str = "He said \" ...
確定! 回上一頁