Converts a string to upper case.
function AnsiUpperCase(const S: string): string;
AnsiString AnsiUpperCase(const AnsiString S);
SysUtils
AnsiUpperCase returns a string that is a copy of S, converted to upper case. The conversion uses the current locale.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|