In an android app calling Ethereum contract method, I have a function which returns me a HEX value in return (Ethereum Contract ABI), in this case the string is yoooooooo
and HEX is:
0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000009796f6f6f6f6f6f6f6f0000000000000000000000000000000000000000000000
The contract API adds padding to the HEX as explained in the link. how do i get the original value from HEX value above without padding?