9.6. The char type

Like Java, a char in C# is a 16-bit Unicode character instead of the traditional 8-bit ASCII character of older programming languages. Table 9.5 shows escape the sequences supported by C# which can be used in character assignments or within string literals.

Table 9.5. Escape sequences for characters and strings
Escape sequenceCharacter representedComments
'single quoteSame as in Java
"double quote
\backslash
null
aalert (beep sound)No such escape sequence in Java – For example, System.Console.WriteLine("a "); causes a beep.
backspaceSame as in Java
fform feed
new line
carriage return
horizontal tab
vvertical tabNo such escape sequence in Java

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.21.46.249