SyntaxFix
Write A Post
Hire A Developer
Questions
Found on Bytes.com:
string temp = mystring.Replace('\n', '\0');// '\0' represents an empty char
string temp = mystring.Replace('\n', '\0');// '\0'