ot::ToUppercase() function
Converts a lowercase letter character to uppercase. If @p aChar is lowercase letter it is converted uppercase. Otherwise, it remains unchanged.
Syntax
char ToUppercase(char aChar); Arguments
aChar
The character to convert
Return value
The character converted to uppercase.