Class Ole::Types::Lpwstr
In: lib/ole/types/base.rb
Parent: String

for VT_LPWSTR

Methods

dump   load  

Constants

FROM_UTF16 = Iconv.new 'utf-8', 'utf-16le'
TO_UTF16 = Iconv.new 'utf-16le', 'utf-8'

Public Class methods

[Validate]