c# - Best way to write code in a string -
i'm trying make 'code database' , multiple line code breaks string. need code type string span multiple lines.
my final goal able click button, , textbox loads 40+ lines of code.
if want hard code multi-line string, add @
symbol before. should allow span multiple lines.
string example = @"this multiline string.";
Comments
Post a Comment