NumberFormatInfo.GetFormat(Type) 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.
Obtient un objet du type spécifié qui fournit un service de mise en forme des nombres.
public:
virtual System::Object ^ GetFormat(Type ^ formatType);
public object GetFormat (Type formatType);
public object? GetFormat (Type? formatType);
abstract member GetFormat : Type -> obj
override this.GetFormat : Type -> obj
Public Function GetFormat (formatType As Type) As Object
Paramètres
Retours
Élément NumberFormatInfo actuel, si formatType
est identique au type de l'élément NumberFormatInfo actuel ; sinon, null
.
Implémente
Remarques
Les Format(String, IFormatProvider)
méthodes prises en charge par les types de données de base appellent cette méthode lorsque le actuel NumberFormatInfo est passé en tant que IFormatProvider paramètre. Cette méthode implémente IFormatProvider.GetFormat.