Posts tagged as:

Escape

C# Escape Sequence Listing

by Dave on November 10, 2009

in String Operations

What is an escape sequence? Well, put simply, an escape sequence is a series of special characters which are interpreted by the compiler as a command. In other words, they suspend the normal processing to perform some special function. In C#, escape sequences are represented by a ‘\’ (backslash) followed by a letter or a [...]

{ 4 comments }