Color.IFormattable.ToString(String, 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 ToString(String, IFormatProvider).
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
Chaîne spécifiant le format à utiliser. ou Null pour utiliser le format par défaut défini pour le type de l’implémentation IFormattable.
- provider
- IFormatProvider
Objet qui fournit des informations pour mettre en forme cette instance, ou null
pour obtenir les informations de format numérique de la culture actuelle.
Retours
Chaîne contenant la valeur de l'instance actuelle au format spécifié.
Implémente
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT). Color
Pour plus d’informations, consultez Couleur dans les informations de référence sur l’API UWP.