Hi all,
I'm looking for the fastest way to convert an array of bytes to String. I
also need to convert a String back to its original Byte() representation.
Convert.ToBase6 4String and Convert.FromBas e64String seem like the closest
thing I can find to what I'm looking for baked into the base class library.
Can anyone suggest a better way to do this?
TIA - Bob
I'm looking for the fastest way to convert an array of bytes to String. I
also need to convert a String back to its original Byte() representation.
Convert.ToBase6 4String and Convert.FromBas e64String seem like the closest
thing I can find to what I'm looking for baked into the base class library.
Can anyone suggest a better way to do this?
TIA - Bob
Comment