Partager via


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

Définition

Ce type ou ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF), et n’est pas destiné à être utilisé directement à partir de votre code.

 virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ provider) = IFormattable::ToString;
string IFormattable.ToString (string format, IFormatProvider provider);
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

Format à utiliser.

provider
IFormatProvider

Fournisseur à utiliser pour mettre en forme la valeur.

Retours

String

Valeur de l’instance actuelle dans le format spécifié.

Implémente

S’applique à

Voir aussi