class Class1 { static void Test(bool \u0066) { char c = '\u0066'; if (\u0066) System.Console.WriteLine(c.ToString()); } }shows several uses of \u0066, which is the escape sequence for the letter "f". The program is equivalent to
class Class1 { static void Test(bool f) { char c = 'f'; if (f) System.Console.WriteLine(c.ToString()); } }end example]
| |
Jagger Software Ltd | |
Company # 4070126 | |
VAT # 762 5213 42 |