how to put double quotes in a string c#

C#
string str = "\"How to add doublequotes\"";
Source

Also in C#: