Object
Decode a UTF16 string to a ASCII string @param [String] str The string to convert
# File lib/net/ntlm/encode_util.rb, line 10 def self.decode_utf16le(str) Kconv.kconv(swap16(str), Kconv::ASCII, Kconv::UTF16) end
Generated with the Darkfish Rdoc Generator 2.