M
Michael A. Covington
Is there a built-in way to convert strings to and from their syntactic
representation in C#?
For example, suppose I have a string containing 'a' and a newline character
and 'b'. Is there some built-in way to render this as a string containing
the characters 'a' '\' 'n' 'b' ?
And the inverse?
representation in C#?
For example, suppose I have a string containing 'a' and a newline character
and 'b'. Is there some built-in way to render this as a string containing
the characters 'a' '\' 'n' 'b' ?
And the inverse?