What is end-of-line character(s) in a RichTextBox.Text string?

  • Thread starter Thread starter Just Me
  • Start date Start date
J

Just Me

In a RichTextBox I'm displaying RichText .
Sometimes I search the Text property string
and sometime the RtfText string.

I need to know what is used for end-of-line in
both the RtfText and Text property strings.

I believe end-of paragraph is cr-lf
is that right?

Would the answers be different if I was displaying plain text?

Thanks in advance for any help
 
Just did.

But the RichEdit dll was probably created independently of .NET and I wonder
what they used.


Thanks
 
I know. What I'm wondering is does RichEdit use that or something else?
Maybe Lf only?

Thanks
 
Back
Top