StringPrototype.sup(Object) Methode

Definitie

Converteert het opgegeven object naar tekst tussen superscript markeringstags.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

Een tekenreeks in het formulier "<SUP>"+thisob+"</SUP>".

Kenmerken

Van toepassing op

Zie ook