Interpolating special characters (\t, \n, \r etc.) at runtime in C#
Posted
by Chris Wenham
on Stack Overflow
See other posts from Stack Overflow
or by Chris Wenham
Published on 2010-03-25T15:39:49Z
Indexed on
2010/03/25
15:43 UTC
Read the original article
Hit count: 134
c#
The C# compiler interpolates special character literals like \t for tab, \n for newline etc. But is there a built-in C# or .Net function that can interpolate them at runtime?
© Stack Overflow or respective owner