ArrayPrototype.toString(Object) Methode

Definitie

Hiermee maakt u een tekenreeksweergave van het opgegeven object dat de elementen samenvoegt en deze scheidt met een komma.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

Een tekenreeks die de elementen van thisob en scheidt deze met een komma.

Kenmerken

Van toepassing op

Zie ook