Char.IConvertible.ToBoolean(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.
Remarque Cette conversion n’est pas prise en charge. Toute tentative de ce type lève InvalidCastException.
virtual bool System.IConvertible.ToBoolean(IFormatProvider ^ provider) = IConvertible::ToBoolean;
bool IConvertible.ToBoolean (IFormatProvider provider);
abstract member System.IConvertible.ToBoolean : IFormatProvider -> bool
override this.System.IConvertible.ToBoolean : IFormatProvider -> bool
Function ToBoolean (provider As IFormatProvider) As Boolean Implements IConvertible.ToBoolean
Paramètres
- provider
- IFormatProvider
Ce paramètre est ignoré.
Retours
Cette conversion n'est pas prise en charge. Aucune valeur n’est retournée.
Implémente
Exceptions
Cette conversion n'est pas prise en charge.