D
Dale
Hi All,
I'm trying to read the text from a word document and display it in a
RichTextBox using C#.net. The Word document is stored in a SQL Server 2008
database using FILESTREAM. when i read back the data from the table i get the
document in a byte array - how do i get the text from the byte array??? There
are loads of articles online about how to read from a document on your file
system - which is of no use to me as i have it in a byte format.
Does anybody here have any ideas how to read from a byte array or a memory
stream??
Thanks
Dale
I'm trying to read the text from a word document and display it in a
RichTextBox using C#.net. The Word document is stored in a SQL Server 2008
database using FILESTREAM. when i read back the data from the table i get the
document in a byte array - how do i get the text from the byte array??? There
are loads of articles online about how to read from a document on your file
system - which is of no use to me as i have it in a byte format.
Does anybody here have any ideas how to read from a byte array or a memory
stream??
Thanks
Dale