Escape codes

The standard input (stdin) processed by the probe can contain C-style escape codes in the form of characters preceded by a backslash character (\).

The probe can treat escape codes as either raw text or as escaped characters. For example, the probe can treat \r either as the raw text \r or as a carriage return character.

You can specify how the probe handles the backslash escape codes using the ProcessEscapes property. If you specify a value of 0 for the ProcessEscapes property, the probe treats the backslash character as raw text. If you specify a value of 1, the probe treats the backslash character as an escape character. The default value is 0 which means that there is no special processing and the backslash character is treated as raw text.