System.Text.Encoding enc = System.Text.Encoding.ASCII;
byte[] myByteArray = enc.GetBytes("a text string");
string myString = enc.GetString(myByteArray );
Showing posts with label Converting string to byte array and Vise versa. Show all posts
Showing posts with label Converting string to byte array and Vise versa. Show all posts
Monday, November 26, 2007
Subscribe to:
Posts (Atom)
