Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# string verbatim

//start @ character
string str = @"dont have to escape  sign, use double "" for single  ";
//dont have to escape  sign, use double " for single
 
PREVIOUS NEXT
Tagged: #string #verbatim
ADD COMMENT
Topic
Name
2+4 =