Function toString( charVal )

Description:
Turns a single character value into a string.
Parameters:
charVal (char)
character numeric value
Return Value (String):
a string representation of charVal
Signature:
String toString(char)