![]() |
|||
Comments and Discussions
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages. |
About Article
Alternative to Counting Lines in a String
How about using the extension method: return s.Count(c => (c == '\n'));
Related Articles
|
||||||||||||||||||||||||||||||||||||