ArrayPrototype.toString(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une représentation sous forme de chaîne de l'objet spécifié qui concatène les éléments et les sépare avec une virgule.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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
Paramètres
- thisob
- Object
Objet sur lequel cette méthode agit.
Retours
Chaîne que concatène les éléments de thisob
et les sépare avec une virgule.
- Attributs