How should I convert Rtf to plain text?

G

Guest

So far, as a work-around at least, I'm instantiating a RichTextBox, setting
its Rtf property to the rich text I have, then using the Text property to get
the plain text.

This works, but I expect there's a more efficient way.
 
L

Larry Lard

PIEBALD said:
So far, as a work-around at least, I'm instantiating a RichTextBox, setting
its Rtf property to the rich text I have, then using the Text property to get
the plain text.

This works, but I expect there's a more efficient way.

Is this process a bottleneck, then?

You know what they say about premature optimization...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top