How to detect "\n" character in a line in a textBox?

chrisliando

Newcomer
Joined
Feb 17, 2008
Messages
6
Hi, I am developing a text comparer application. How to detect if there is an empty line in the textBox? I have tried with the method String::IsNullOrEmpty and detect if the line is equal to "\n" but it still don't work..



How to do that? I am using Visual C++ and .Net 2.0.



Thank you very much.
 
Back
Top