StringConstructor.Invoke(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.
Convertit l'objet spécifié en une chaîne.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
System::String ^ Invoke(System::Object ^ arg);
public string Invoke(object arg);
override this.Invoke : obj -> string
Public Function Invoke (arg As Object) As String
Paramètres
- arg
- Object
Objet à convertir en chaîne.
Retours
Représentation sous forme de chaîne de arg.