char ToLower(char);

char sVal1 = 'T' ;

use ToLower to convert sVal1 to lower case