this doesn't compile Astreams.Write(13)
as the compiler assumes the 13 is a double and therefore doesn't match the required byte argument type.
In VB it would type convert, in other languages you could put say 13% to indicate an integer.
Whats the android equivelent please ?
as the compiler assumes the 13 is a double and therefore doesn't match the required byte argument type.
In VB it would type convert, in other languages you could put say 13% to indicate an integer.
Whats the android equivelent please ?