You are reading help file online using chmlib.com
|
function Uppercase(S: String): String;
Returns a copy of the string S, but with all 7-bit ASCII characters between 'a' and 'z' converted to uppercase. To convert 8-bit international characters, use AnsiUppercase instead.
You are reading help file online using chmlib.com
|