'java 형변환'에 해당되는 글 1건

  1. 2012.02.06 JAVA 형변환

JAVA 형변환

2012. 2. 6. 11:10 from 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://javai.tistory.com/entry/자바-형변환-정리

Posted by 에시드 :