StringPrototype.big(Object) Metodo

Definizione

Converte l'oggetto specificato in testo racchiuso tra tag di markup di testo di dimensioni maggiori.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

Restituisce

Stringa nel formato "<BIG>"+thisob+"</BIG>".

Attributi

Si applica a

Vedi anche