This question is locked. New answers and comments are not allowed.
I have a RichTextBox bound via a DocxDataProvider.
I'm able to get the wordcount via the StatisticsInfo object.
Wondered if I have the RichTextBox content in a byte array, can I convert this to a readable string ?
Unable to figure out the encoding.
Thanks in advance