How to convert a char to a string in Java? - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to convert a char to a string in Java? - Stack Overflow
I have a char and I need a String . How do I convert from one to the other? ... You can use Character.toString(char) . Note that this method simply returns a call to ...