I have a char and I need a String. How do I convert from one to the other?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can use Note that this method simply returns a call to As others have noted, string concatenation works as a shortcut as well:
|
||||
|
|
|
Use any of the following:
|
|||
|
|
|
Use the Character.toString() method like so
|
|||
|
|
|
Nice question. I've got of the following five methods to do it.
Refer: |
|||
|
|