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