Converts the string to a char equivalent.
s The string containing a single character to convert.
A Char representing the single character.
TypeReasonArgumentNullException s is a null reference.FormatException s contains more than one character.