StringPrototype.fixed(Object) Metodo
Definizione
Converte l'oggetto specificato in testo racchiuso tra tag di markup di testo a larghezza fissa.Converts the specified object to text enclosed in fixed-width text markup tags.
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.The object that this method is acting upon.
Restituisce
Stringa nel formato "<TT>"+
thisob
+"</TT>"
.A string in the form "<TT>"+
thisob
+"</TT>"
.
- Attributi