Enum.IConvertible.ToString(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.
Attention
The provider argument is not used. Please use ToString().
Cette surcharge de méthode est obsolète ; utilisez ToString() à la place.
virtual System::String ^ System.IConvertible.ToString(IFormatProvider ^ provider) = IConvertible::ToString;
[System.Obsolete("The provider argument is not used. Please use ToString().")]
string IConvertible.ToString (IFormatProvider provider);
[<System.Obsolete("The provider argument is not used. Please use ToString().")>]
abstract member System.IConvertible.ToString : IFormatProvider -> string
override this.System.IConvertible.ToString : IFormatProvider -> string
Function ToString (provider As IFormatProvider) As String Implements IConvertible.ToString
Paramètres
- provider
- IFormatProvider
Implémentation de IFormatProvider qui fournit des informations propres à la culture sur le format de la valeur retournée. Cet argument n'est pas utilisé.
Retours
Représentation sous forme de chaîne de la valeur de cette instance.
Implémente
- Attributs