• Thank you all very much for sharing your time with us in 2025. We hope you all have a safe and happy 2026!

C# string help

bsnowman17

Distinguished
Dec 7, 2010
5
0
18,510
I need to make a string that has the tab command, but without tabbing. IE:

string Text = "\t is the tab command";
Console.WriteLine(Text);


Output would be:
\t is the tab command