This section illustrate the conversion from char to Byte. Here, we are going to convert a char type variable into byte type variable .
Tutorial Details:
This program also defines the charAt() method used to find the character at the specified position. First of all, define the class named "CharToByte" for java component.
The program reads an input string from the command line and stores it in a string, read the character at the specified position using the charAt() method and store it in a character type variable, convert this variable into byte by typecasting and then print the value at the console.
Trustin Lee\'s String/Object Converter - Changes
TL-convert
Trustin Lee's String/Object Converter provides a simple API to convert Java objects into strings and vice versa. It is developed to replace Jakarta Commons BeanUtils and Jakarta Commons Convert and to provide only String/Object converters.