프로그램 관련/Java 및 JAVA라이브러리
JAVA 형변환 종류들입니다
SeoHW
2018. 9. 14. 15:44
반응형
JAVA 형변환 종류들입니다
int to String
String to int
double to String
long to String
float to String
String to double
String to long
String to float
decimal to binary
decimal to hexadecimal
hexadecimal(String) to int
ASCII Code to String
Integer to ASCII Code
Integer to boolean
boolean to Integer
출처 : http://theeye.pe.kr/archives/457
반응형