C# Declare a string that spans on multiple lines

前端 未结 3 1938
情书的邮戳
情书的邮戳 2021-01-11 11:26

I\'m trying to create a string that is something like this

string myStr = \"CREATE TABLE myTable
(
id text,
name text
)\";

But I get an err

3条回答
提交回复
热议问题