Converting String to Byte array

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to convert a String to a Byte array and vice versa. Can someone nudge
me in the right direction please?
 
Look at the System.Text.Encoding classes, for example AsciiEncoding,
UTF8Encoding, etc.
 
Back
Top