Enum.IFormattable.ToString(String, IFormatProvider) Méthode

Définition

Attention

The provider argument is not used. Please use ToString(String).

Cette surcharge de méthode est obsolète ; utilisez ToString(String).

 virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ provider) = IFormattable::ToString;
[System.Obsolete("The provider argument is not used. Please use ToString(String).")]
string IFormattable.ToString (string format, IFormatProvider provider);
[<System.Obsolete("The provider argument is not used. Please use ToString(String).")>]
abstract member System.IFormattable.ToString : string * IFormatProvider -> string
override this.System.IFormattable.ToString : string * IFormatProvider -> string
Function ToString (format As String, provider As IFormatProvider) As String Implements IFormattable.ToString

Paramètres

format
String

Spécification de format.

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

String

Représentation sous forme de chaîne de la valeur de cette instance, comme indiqué par format.

Implémente

Attributs

Exceptions

format ne contient pas une spécification de format valide.

format égale "X", mais le type d'énumération est inconnu.

S’applique à