2
Answers

how to detect string contains line break

how to detect string contains line break text using C#.net
 
 
example
 
string str="apple\ngraphes\n
 

Answers (2)