I want to allow \r, \n, etc, to be entered into a textbox (windows form) but then when I query the textbox it interprets them as @"\r" and @"\n" and not the scape characters "\r" and @"\n", etc.
How can get these escape characters without them being converted to literal strings?