CharToUpper (FUN)

FUNCTION CharToUpper : BYTE

This function converts a single character (i.e. a byte) to uppercase.

InOut:

Scope

Name

Type

Comment

Return

CharToUpper

BYTE

The converted upper case character if |byChar| is a lower case character. Otherwise |byChar| is returned.

Input

byChar

BYTE

The lowercase character to convert