Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# multiline string with variables

string pattern = $@"this is a multiline text
this is {a1}
this is {a2}
this is {a3}";
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #multiline #string #variables
ADD COMMENT
Topic
Name
4+3 =