NumberFormatInfo.PercentSymbol 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 pourcentage.
public:
property System::String ^ PercentSymbol { System::String ^ get(); void set(System::String ^ value); };
public string PercentSymbol { get; set; }
member this.PercentSymbol : string with get, set
Public Property PercentSymbol As String
Valeur de propriété
Chaîne à utiliser comme symbole de pourcentage. La valeur par défaut de InvariantInfo est « % ».
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 PercentSymbol propriété est incluse dans la chaîne de résultat lorsqu’une valeur numérique est mise en forme avec le « P » ou avec une chaîne de format qui inclut « % ».