This function call converts a byte value (number) to a letter. The function demands the following parameters:
Parameter 1 -> byte value (number)
Example:
%Convert.ToChar(49)
This function call converts the byte value 49 to the letter '1'.