# File lib/ole/types/base.rb, line 33
      def self.dump str
        # do i need to append the null byte?
        str.to_s
      end