NumberFormatInfo.PerMilleSymbol Propriété
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 ou définit la chaîne à utiliser comme symbole de "pour mille".
public:
property System::String ^ PerMilleSymbol { System::String ^ get(); void set(System::String ^ value); };
public string PerMilleSymbol { get; set; }
member this.PerMilleSymbol : string with get, set
Public Property PerMilleSymbol As String
Valeur de propriété
Chaîne à utiliser comme symbole de "pour mille". La valeur par défaut de InvariantInfo est « ‰ », qui correspond au caractère Unicode U+2030.
Exceptions
La propriété est définie sur null
.
La propriété est définie et l’objet NumberFormatInfo est en lecture seule.
Remarques
La chaîne affectée à la PerMilleSymbol propriété est incluse dans la chaîne de résultat lorsqu’une valeur numérique est mise en forme avec une chaîne de format qui inclut « ‰ ».