method String.toLocaleLowerCase
Private
String.toLocaleLowerCase(locales?: string | string[]): string

Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.

Parameters

optional
locales: string | string[]

Return Type

string