Zum Hauptinhalt springen

AnsiLowerCase

Returns a string that is a copy of the given string converted to lower case.

Structure

AnsiLowerCase(string): string;

Parameters

Description

AnsiLowerCase returns a string that is a copy of the given string converted to lower case. The conversion uses the current Windows locale. This function supports multi-byte character sets (MBCS). |