In Scala, Byte is a 8-bit signed integer (equivalent to Java’s byte primitive type). The toChar() method is utilized to convert the specified number into Char datatype value.
Method Definition: (Number).toChar
Return Type: It returns converted Char value.
Example #1:
Output:
D
Example #2:
Output:
{