Taal

StringPrototype.fixed(Object) Methode

Definitie

Converteert het opgegeven object naar tekst tussen markeringstags met vaste breedte.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

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

Kenmerken

Van toepassing op

Zie ook