Function id3::util::string_from_utf16be [] [src]

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

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