AIT_StrLower
Description
Converts the characters in a character string to the lowercase.
Format
string AIT_StrLower (
string strStrName // Character string
);
Parameters
strStrName (input)
Specify a character string.
Return value
This API function returns the character string with its characters converted to lowercase.