I have a string of richtext characters/tokens that I would like to feed to a richtextbox in code.
string rt = @\" {\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang
Rich textbox has a property named Rtf. Set that property to your string value. Also, your string has an extra space as the first character. I had to remove that before I saw your Hello World.