F Facilauto Juan Member Licensed User Longtime User Sep 6, 2013 #1 Hello there! I'm trying to use HttpJob to retrieve data. I pass a GetBytes("UTF8") string as the get parameter, because its encrypted. But the object says that isn't a string (the Download2 needs a string array to work). So, how can I cast GetBytes("UTF8") to string? Thanks in advance.
Hello there! I'm trying to use HttpJob to retrieve data. I pass a GetBytes("UTF8") string as the get parameter, because its encrypted. But the object says that isn't a string (the Download2 needs a string array to work). So, how can I cast GetBytes("UTF8") to string? Thanks in advance.
W wl Well-Known Member Licensed User Longtime User Sep 6, 2013 #2 ByteConverter should do the job (StringFromBytes): see http://www.b4x.com/android/help/byteconverter.html#byteconverter_stringfrombytes Upvote 0
ByteConverter should do the job (StringFromBytes): see http://www.b4x.com/android/help/byteconverter.html#byteconverter_stringfrombytes