# File lib/ole/types/base.rb, line 164
      def format
        "%08x-%04x-%04x-%02x%02x-#{'%02x' * 6}" % unpack(PACK)
      end