Navigation: Contents Index Previous Next
AnsiLowerCase returns a string that is a copy of the given string converted to lower case. The conversion uses the current locale. This function supports multi-byte character sets (MBCS).
a=AnsiLowerCase("Test")