P Pavel Minaev Jul 19, 2008 #2 How can I check if a string ends with CRLF? Click to expand... string s; ... if (s.EndsWith("\r\n")) ...
How can I check if a string ends with CRLF? Click to expand... string s; ... if (s.EndsWith("\r\n")) ...