String Escape : String Escape : String C# Examples


C# Examples » String » String Escape »

 

String Escape









    
using  System;

class  MainClass
{
    static  void  Main(string[]  args)
    {
        string  MyString  =  "  \"Question\"  ";
        
        Console.WriteLine(MyString);
    }
}
    
   
  
   



Output

"Question"


HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo String
» String Escape