# File lib/uuidtools.rb, line 383
    def raw
      return self.class.convert_int_to_byte_string(self.to_i, 16)
    end