String::ConvertToUpperCase
Defined in: C4String.h
Converts each alphabetic character to upper case.
Prototype
void ConvertToUpperCase(void);
Description
The ConvertToUpperCase function examines each character in the string and converts any in the range 'a' to 'z' to upper case.
See Also
String::ConvertToLowerCase
|