StringPrototype.toString(Object) Metódus

Definíció

Sztringképet hoz létre a megadott objektumról.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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

Paraméterek

thisob
Object

A metódus által alkalmazott objektum.

Válaszok

A sztringábrázolás a thisob.

Attribútumok

A következőre érvényes:

Lásd még