Aracılığıyla paylaş


StringPrototype.toLocaleLowerCase(Object) Yöntem

Tanım

belirtilen dizenin büyük/küçük harf kurallarına CurrentUICulturegöre küçük harfe dönüştürülen bir kopyasını döndürür.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

thisob
Object

Bu yöntemin üzerinde işlem yaptığı nesne.

Döndürülenler

Küçük harfli bir dize.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.