read_char()
Converts an array of bytes to a string.
infile (file-like) – The binary file to read the select number of bytes.
num_bytes (int) – The number of bytes to read and parse.
UTF-8 decoded string value.
str