Function id3::util::string_from_utf16le [] [src]

pub fn string_from_utf16le(data: &[u8]) -> Result<String>

Returns a string created from the vector using UTF-16LE encoding. Returns None if the vector is not a valid UTF-16LE string.