Character Escape Sequences : Char : Data Type C# Examples


C# Examples » Data Type » Char »

 

Character Escape Sequences








Escape Sequence
Description


\a
Alert (bell)


\b
Backspace


\f
Form feed


\n
New line (linefeed)


\r
Carriage return


\t
Horizontal tab


\v
Vertical tab


\0
Null


\'
Single quote


\"
Double quote


\\
Backslash






HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Data Type
» Char