xlHex method

String xlHex()

Implementation

String xlHex() {
  return PDUtil.byteToHex(PDUtil.intToBytes(xLength)).padRight(4, '0');
}