Pular para o conteúdo principal

Uppercase

Returns a copy of a string in uppercase.

Structure

UpperCase(string): string;

Parameters

Return Value

Description

UpperCase returns a copy of the string S, with the same text but with all 7-bit ASCII characters between 'a' and 'z' converted to uppercase. To convert 8-bit international characters, use AnsiUpperCase instead. |