Aracılığıyla paylaş


StringPrototype.toLocaleUpperCase(Object) Yöntem

Tanım

belirtilen dizenin büyük/küçük harf kurallarına CurrentUICulturegöre büyük harfe dönüştürülmüş 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 ^ toLocaleUpperCase(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_toLocaleUpperCase)]
public static string toLocaleUpperCase (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_toLocaleUpperCase)>]
static member toLocaleUpperCase : obj -> string
Public Shared Function toLocaleUpperCase (thisob As Object) As String

Parametreler

thisob
Object

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

Döndürülenler

Büyük harfli bir dize.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.