# File lib/ole/types/base.rb, line 45
      def self.load str
        new FROM_UTF16.iconv(str).chomp(0.chr)
      end