|
-
Jun 19th, 2003, 05:51 AM
#1
Thread Starter
Junior Member
ÅÄÖ from Byte Array to String ?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|