I want to convert a charsequence to String value,I use the following code for that
string passwordTxtValue;
passwordTxtValue = passwordTxt.getText().toString();
System.out.println(""+passwordTxtValue);
But i am not getting the value,how can i resolve this.