public class CharToString { private String value; public String test() { return '"' + value + '"'; } }