Converts this bytes to HEX.
this
String toHex({Endian endian = Endian.big}) { return endian == Endian.big ? toHexBigEndian() : toHexLittleEndian(); }