r$ = ByteStrStr(v[, type, le])
type argument. The following types are currently
supported:
#BYTE:
#SHORT:
#INTEGER:
#FLOAT:
#DOUBLE:
For all multi-byte types, i.e. all types except #BYTE, you can use the
additional le argument to specify the order in which the bytes should
be stored in the return string. If you set le to True, the bytes will be stored
in little endian order (LSB first), otherwise the bytes will be stored in big endian
order (MSB first). Big endian is also the default.
If you need to convert raw bytes to a value, you can use the ByteVal() function. See ByteVal for details.
#INTEGER)False)