i got byte() value as
'11111111111111 11AAAAAAAAAAAAA AAA111111111111 1111'
i want it to reverse back to string,
i don't know how to input back this string into byte() as it is
'11111111111111 11AAAAAAAAAAAAA AAA111111111111 1111'
i want it to reverse back to string,
i don't know how to input back this string into byte() as it is
Comment