C Sharp (C#) - Strings and StringBuilder
You want to create a string that contains both double quotes and backslashes exactly as typed:
She said, "C:\Program Files\".
Which is the correct way to write this string in C#?
She said, "C:\Program Files\".
Which is the correct way to write this string in C#?
