VOOZH about

URL: https://www.geeksforgeeks.org/scala/scala-byte-tochar-method/

⇱ Scala Byte toChar() method - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Scala Byte toChar() method

Last Updated : 30 Jan, 2020
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:
{
Comment
Article Tags:

Explore