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