using quotes in string c# code example
Example 1: c# how to write speech marks in console application
// How to write speech marks in the console:
Console.WriteLine("\"This is speech!\".");
Example 2: c# escape quotes
var lyrics = @"""Alive"", she cried!"