Hello,

does anybody know how to convert a string to a byte array and vice versa in VB .NET?

I've looked at the System.Bitconverter class and that seems to be able to convert a byte array to a string, but not a string to a byte array. Any help would be very much appreciated.

L