A almaha Member Joined Aug 11, 2010 Messages 7 Programming Experience Beginner Aug 12, 2010 #1 Hi, Can anyone tell me a way to convert byte array to ascii string please?
M MattP Well-known member Joined Feb 29, 2008 Messages 1,206 Location WY, USA Programming Experience 5-10 Aug 12, 2010 #2 VB.NET: Dim theString As String = System.Text.Encoding.Unicode.GetString(YourByteArray) Upvote 0 Downvote
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,858 Location Norway Programming Experience 10+ Aug 12, 2010 #3 Encoding.ASCII is also an option. Upvote 0 Downvote
M MattP Well-known member Joined Feb 29, 2008 Messages 1,206 Location WY, USA Programming Experience 5-10 Aug 13, 2010 #4 JohnH said: Encoding.ASCII is also an option. Click to expand... Guess I could read the thread title. Upvote 0 Downvote
JohnH said: Encoding.ASCII is also an option. Click to expand... Guess I could read the thread title.