from stringbuilder to string code example
Example: java stringbuilder to string
String singleString = sb.toString();
//the text will be whatever information you gave in the constructor
String singleString = sb.toString();
//the text will be whatever information you gave in the constructor