AnsiUpperCase
Converts a string to upper case.
Structure
AnsiUpperCase(string): string;
Parameters
Return Value
Description
AnsiUpperCase returns a string that is a copy of S, converted to upper case. The conversion uses the current Windows locale.
Note
This function supports multi-byte character sets (MBCS). |