DateTime.IConvertible.ToInt32(IFormatProvider) 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.
Cette conversion n'est pas prise en charge. Toute tentative d'utilisation de cette méthode lève une InvalidCastException.
virtual int System.IConvertible.ToInt32(IFormatProvider ^ provider) = IConvertible::ToInt32;
int IConvertible.ToInt32 (IFormatProvider provider);
abstract member System.IConvertible.ToInt32 : IFormatProvider -> int
override this.System.IConvertible.ToInt32 : IFormatProvider -> int
Function ToInt32 (provider As IFormatProvider) As Integer Implements IConvertible.ToInt32
Paramètres
- provider
- IFormatProvider
Objet qui implémente l'interface IFormatProvider. (Ce paramètre n'est pas utilisé ; spécifiez null
).
Retours
La valeur de retour pour ce membre n'est pas utilisée.
Implémente
Exceptions
Dans tous les cas.