B Blarney Apr 11, 2005 #1 If I was wanting to convert the word "Hello" to ASCII how would I do it in VB.NET? Thanks!
D Daniel Moth Apr 11, 2005 #2 You mean to bytes? Use the System.Text.Encoding classes... (GetString, GetBytes methods) Cheers Daniel
You mean to bytes? Use the System.Text.Encoding classes... (GetString, GetBytes methods) Cheers Daniel