 |
Convert byte array to string in VB.net - Stack Overflow
I have byte data of .doc, .txt, .docx and I want to convert it to string, I did following things but not getting exact result: Public ByteData As Byte() = // my data Dim str As String ...
stackoverflow.com |
 |