Answers for "string verbatim c#"

C#
1

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
Posted by: Guest on December-22-2020

C# Answers by Framework

Browse Popular Code Answers by Language