How can I add ” character to a multi line string declaration in C#? July 8, 2023 by Tarik Try this: string s = @"..."".....";