I assume by "coming out" you mean how it looks in the debugger or some other visualization. The debugger shows all control characters, so it uses \
to indicate one slash. Otherwise you wouldn't know if
meant a slash followed by a t
or a Tab
character.
Either of these should give you the appropriate string:
string IN = @"C: est";
or
string IN = "C:\test";
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…