How to: Convert an Array of Bytes into a String in Visual Basic
This topic shows how to convert the bytes from a byte array into a string. ... You can choose from several encoding options to convert a byte array into a string: Encoding. ASCII: Gets an encoding for the ASCII (7-bit) character set.
msdn.microsoft.com |