經安全檢測,此網站為安全網站,請放心前往原始網址!

How to convert character to ASCII in Java

In Java, convert the character to ASCII is quite easy, it just convert the char to int. Convert character to ASCII int ascii = (int) character; ... * @param ascii ascii value * @return character value */ public static char ASCIIToChar (final int ascii) {r

www.mkyong.com

網址安全性掃描由 google 提供