void ToLower(char &);

char sVal1 = 't' ;

use ToLower to convert sVal1 to lower case