public void ConvertStringChar(string stringVal) { char charVal = 'a'; // A string must be one character long to convert to ...
msdn.microsoft.com