decode_utf16_string

Function decode_utf16_string 

Source
pub fn decode_utf16_string(data: &[u8]) -> Result<String, TypeError>
Expand description

Decode a UTF-16LE string from bytes.