Mega Code Archive

 
Categories / C# Tutorial / Data Type
 

Escape sequences in strings

using System;    class Example {       public static void Main() {           Console.WriteLine("\"Why?\", he asked.");    } } "Why?", he asked.