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