Point4D.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.
Ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF) et n’est pas destiné à être utilisé directement à partir de votre code. 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
IFormatProvider
à utiliser pour mettre en forme la valeur.
- ou -
null
pour obtenir les informations de mise en forme des nombres à partir des paramètres régionaux définis dans le système d'exploitation.
Retours
Chaîne contenant la valeur de l'instance actuelle au format spécifié.