filmov
tv
How to convert string to ASCII in Java?

Показать описание
In this video tutorial you will learn How to convert string to ASCII in Java?
You can convert character to ASCII by:
int ascii = (int) character;
You can Convert ASCII to character by:
char character = (char)ascii;
Check more tutorials at:
You can convert character to ASCII by:
int ascii = (int) character;
You can Convert ASCII to character by:
char character = (char)ascii;
Check more tutorials at: