double quotes in a string csharp

Code Example - double quotes in a string csharp

                
                        Console.WriteLine("wrong!! you now have {0} points ( \"{1}\" letterguessed)", points, lettersGuessed);
                    
                
 

how to put double quotes in a string csharp

                        
                                string str = "\"How to add doublequotes\"";