StringPrototype.fixed(Object) Metodo

Definizione

Converte l'oggetto specificato in testo racchiuso tra tag di markup di testo a larghezza fissa.

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

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

Restituisce

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

Attributi

Si applica a

Vedi anche