TextBox Markup Get Plain Text
Does anyone know of a way to get the plain-text of a TextBox that has markup text applied? For instance, in the below example I'd like to get the text "This is bold text. This is italic text. This is underlined text. This is bold, italic, underlined text." from the box (without the markup directives). I have a system that creates logs at the bottom of some apps that supports markup (for bold and ...