Langage

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

Définition

Met en forme la valeur de l’instance actuelle à l’aide du format spécifié.

 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

Valeur de l’instance actuelle au format spécifié.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance Int32Rect est convertie en IFormattable interface.

S’applique à