MemoryStream stream = new MemoryStream(ASCIIEncoding.Default.GetBytes((string)rtf)); mRichTextBox.Selection.Load(stream, DataFormats.Rtf);
MemoryStream stream = new MemoryStream(ASCIIEncoding.Default.GetBytes((string)rtf)); mRichTextBox.Selection.Load(stream, DataFormats.Rtf);