public static String valueOf (char c)

Returns the string representation of the char argument.

Parameters:
c    a char.

Returns:  a string of length 1 containing as its single character the argument c.