I want to convert byte to integer.
I use
Code:
abyte[] = (int).tobyte(object)
but its give the conversion error.
Anybody help me.