How can i get an byte array with åäö to string ?.
I tried like 20 diffrent ways...
The incoming data are in ASCII format.
I either get "?" or ""
For intIndex = offset To offset + count - 1
txt = txt + Microsoft.VisualBasic.ChrW(Bytes(intIndex))
Next


Reply With Quote

