flexaustin Tue, 27 Oct 2009 22:19:00 -0700
So I am trying to save a bytearray to a database. I tried bytearray.toString, which works as expected.
But on retrieving the string (bytearray) from the database how would I convert it back to a bytearray? Thx, J