StringPrototype.toLocaleLowerCase(Object) Metódus

Definíció

Visszaadja a megadott sztring kisbetűssé konvertált másolatát a következő casing szabályok CurrentUICulturealapján: .

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

public:
 static System::String ^ toLocaleLowerCase(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_toLocaleLowerCase)]
public static string toLocaleLowerCase(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_toLocaleLowerCase)>]
static member toLocaleLowerCase : obj -> string
Public Shared Function toLocaleLowerCase (thisob As Object) As String

Paraméterek

thisob
Object

A metódus által alkalmazott objektum.

Válaszok

Kisbetűs sztring.

Attribútumok

A következőre érvényes:

Lásd még