Code to display string in C# or C sharp? All Questions › Category: C#_language › Code to display string in C# or C sharp? 0 Vote Up Vote Down Chetan Shidling asked 4 years ago I need short information. 1 Answers 0 Vote Up Vote Down Chetan Shidling answered 4 years ago The basic syntax is: string name = "Chetan"; Console.WriteLine(name);