Taal

StringPrototype.big(Object) Methode

Definitie

Converteert het opgegeven object naar tekst tussen grotere markeringstags voor tekst.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

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

Kenmerken

Van toepassing op

Zie ook