Convert string to char
Posted
by Orsol
on Stack Overflow
See other posts from Stack Overflow
or by Orsol
Published on 2010-03-18T10:36:28Z
Indexed on
2010/03/18
10:41 UTC
Read the original article
Hit count: 258
c#
Hi. I get from another class string that must be converted to char. It usually contains only one char and that's not a problem. But control chars i receive like '\n' or '\t'. Is there standard methods to convert this to endline or tab char or i need to parse it myself?
© Stack Overflow or respective owner