toLocaleLowerCase Method (Windows Scripting - JScript)

 

Returns a string where all alphabetic characters have been converted to lowercase, taking into account the host environment's current locale.

Syntax

stringVar.toLocaleLowerCase( )

Remarks

The required stringVar reference is a String object, value, or literal.

The toLocaleLowerCase method converts the characters in a string, taking into account the host environment's current locale. In most cases, the results are the same as you would obtain with the toLowerCase method. Results differ if the rules for a language conflict with the regular Unicode case mappings.

Requirements

Version 5.5

Applies To: String Object (Windows Scripting - JScript)

See Also

toLocaleUpperCase Method (Windows Scripting - JScript)
toLowerCase Method (Windows Scripting - JScript)