Android Question GetBytes to string?

Facilauto Juan

Member
Licensed User
Longtime User
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.
 
Top