Is there a performant way of getting the text contents of the rtf control.
Ideally I want a byte array but using strconv on the rtfcontrol.text property is really bad.
Even more specific I want to have a small section of the string. The problem occurs with lareg files > 10Mb.
Is this a problem with the control itself?

Thanks