String s = Integer.toString( 123 );
String s = String.valueOf( true );
int i = Integer.parseInt( "123" )
No comments:
Post a Comment