String
# File lib/ole/types/base.rb, line 33 def self.dump str # do i need to append the null byte? str.to_s end
# File lib/ole/types/base.rb, line 27 def self.load str # not sure if its always there, but there is often a trailing # null byte. new str.chomp(0.chr) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.