StringPrototype.toUpperCase(Object) Methode

Definitie

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

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

public:
 static System::String ^ toUpperCase(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_toUpperCase)]
public static string toUpperCase(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_toUpperCase)>]
static member toUpperCase : obj -> string
Public Shared Function toUpperCase (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