boolean is_admin; // something Boolean b = new Boolean( is_admin ); if( b.toString().length() == 4 ) { // something... } // something