Convert.ToInt32(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 la valeur spécifiée en Int32.
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 int ToInt32(System::Object ^ value);
public static int ToInt32 (object value);
static member ToInt32 : obj -> int
Public Shared Function ToInt32 (value As Object) As Integer
Paramètres
- value
- Object
Valeur à convertir.
Retours
value
converti en Int32.