Special Characters in C#
This is just for my own usage (or whomever else finds this useful)
\n
New line
\r
Carriage return
\r\n
Carriage return—new line
\"
Quotation marks
\\
Backslash character
\t
Tab
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This is just for my own usage (or whomever else finds this useful)
\n
New line
\r
Carriage return
\r\n
Carriage return—new line
\"
Quotation marks
\\
Backslash character
\t
Tab