String.IConvertible.ToDecimal(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.
Pour obtenir une description de ce membre, consultez ToDecimal(IFormatProvider).
virtual System::Decimal System.IConvertible.ToDecimal(IFormatProvider ^ provider) = IConvertible::ToDecimal;
decimal IConvertible.ToDecimal (IFormatProvider provider);
abstract member System.IConvertible.ToDecimal : IFormatProvider -> decimal
override this.System.IConvertible.ToDecimal : IFormatProvider -> decimal
Function ToDecimal (provider As IFormatProvider) As Decimal Implements IConvertible.ToDecimal
Paramètres
- provider
- IFormatProvider
Objet qui fournit des informations de mise en forme propres à la culture.
Retours
Valeur convertie de l'objet String actuel.
Implémente
Exceptions
La valeur de l’objet String actuel ne peut pas être analysée.
La valeur de l’objet actuel String est un nombre inférieur à Decimal.MinValue ou supérieur à Decimal.MaxValue .
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de String est castée en interface IConvertible. L’alternative recommandée consiste à appeler la Convert.ToDecimal(String, IFormatProvider) méthode .