void ToLower(char &);

char iVal1 = 'B' ;

use ToLower to convert iVal1 to lower case