is there an easy way to get ASCII from a text word in vb.net?

  • Thread starter Thread starter Blarney
  • Start date Start date
B

Blarney

If I was wanting to convert the word "Hello" to ASCII how would I do it
in VB.NET?

Thanks!
 
You mean to bytes? Use the System.Text.Encoding classes... (GetString,
GetBytes methods)

Cheers
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top