StringPrototype.toLocaleUpperCase(Object) Methode

Definitie

Retourneert een kopie van de opgegeven tekenreeks die is geconverteerd naar hoofdletters, op basis van de hoofdletterregels van CurrentUICulture.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

Een tekenreeks in hoofdletters.

Kenmerken

Van toepassing op

Zie ook